Searched defs:WriteSInt32 (Results 1 – 4 of 4) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | WriteContext.cs | 174 … public void WriteSInt32(int value) => WritingPrimitives.WriteSInt32(ref buffer, ref state, value); in WriteSInt32() method |
| D | CodedOutputStream.cs | 377 public void WriteSInt32(int value) in WriteSInt32() method in Google.Protobuf.CodedOutputStream |
| D | WritingPrimitives.cs | 364 … 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/ | ||
| D | wire_format_lite.cc | 421 void WireFormatLite::WriteSInt32(int field_number, int32_t value, in WriteSInt32() function in google::protobuf::internal::WireFormatLite |