Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs140 public void WriteInt32(int value) in WriteInt32() method
DCodedOutputStream.cs211 public void WriteInt32(int value) in WriteInt32() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs123 … 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/util/internal/
Dproto_writer.cc123 inline Status WriteInt32(int field_number, const DataPiece& data, in WriteInt32() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc407 void WireFormatLite::WriteInt32(int field_number, int32 value, in WriteInt32() function in google::protobuf::internal::WireFormatLite