Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs251 public void WriteSInt32(int value) in WriteSInt32() method
DCodedOutputStream.cs375 public void WriteSInt32(int value) in WriteSInt32() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs257 … public static void WriteSInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteSInt32() method in Google.Protobuf.WritingPrimitives
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc143 inline Status WriteSInt32(int field_number, const DataPiece& data, in WriteSInt32() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc427 void WireFormatLite::WriteSInt32(int field_number, int32 value, in WriteSInt32() function in google::protobuf::internal::WireFormatLite