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