Searched defs:WriteFixed32 (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/ | ||
D | CodedOutputStream.cs | 248 public void WriteFixed32(uint value) in WriteFixed32() method in Google.Protobuf.CodedOutputStream |
/external/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.cc | 370 void WireFormatLite::WriteFixed32(int field_number, uint32 value, in WriteFixed32() function in google::protobuf::internal::WireFormatLite |
/external/protobuf/src/google/protobuf/util/internal/ | ||
D | proto_writer.cc | 143 inline Status WriteFixed32(int field_number, const DataPiece& data, in WriteFixed32() function |