Home
last modified time | relevance | path

Searched defs:WriteSInt32 (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedOutputStream.cs357 public void WriteSInt32(int value) in WriteSInt32() method in Google.Protobuf.CodedOutputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.cc360 void WireFormatLite::WriteSInt32(int field_number, int32 value, in WriteSInt32() function in google::protobuf::internal::WireFormatLite
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc135 inline Status WriteSInt32(int field_number, const DataPiece& data, in WriteSInt32() function