Searched defs:WriteInt32 (Results 1 – 5 of 5) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | WriteContext.cs | 99 … public void WriteInt32(int value) => WritingPrimitives.WriteInt32(ref buffer, ref state, value); in WriteInt32() method |
| D | CodedOutputStream.cs | 213 public void WriteInt32(int value) in WriteInt32() method in Google.Protobuf.CodedOutputStream |
| D | WritingPrimitives.cs | 110 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32() method in Google.Protobuf.WritingPrimitives |
| /third_party/flatbuffers/go/ | ||
| D | encode.go | 194 func WriteInt32(buf []byte, n int32) { func |
| /third_party/protobuf/src/google/protobuf/ | ||
| D | wire_format_lite.cc | 401 void WireFormatLite::WriteInt32(int field_number, int32_t value, in WriteInt32() function in google::protobuf::internal::WireFormatLite |