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