Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs99 … public void WriteInt32(int value) => WritingPrimitives.WriteInt32(ref buffer, ref state, value); in WriteInt32() method
DCodedOutputStream.cs213 public void WriteInt32(int value) in WriteInt32() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs110 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32() method in Google.Protobuf.WritingPrimitives
/third_party/flatbuffers/go/
Dencode.go194 func WriteInt32(buf []byte, n int32) { func
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc401 void WireFormatLite::WriteInt32(int field_number, int32_t value, in WriteInt32() function in google::protobuf::internal::WireFormatLite