Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs174 … public void WriteSInt32(int value) => WritingPrimitives.WriteSInt32(ref buffer, ref state, value); in WriteSInt32() method
DCodedOutputStream.cs377 public void WriteSInt32(int value) in WriteSInt32() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs364 … 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/
Dwire_format_lite.cc421 void WireFormatLite::WriteSInt32(int field_number, int32_t value, in WriteSInt32() function in google::protobuf::internal::WireFormatLite