Searched defs:WriteSInt64 (Results 1 – 4 of 4) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | WriteContext.cs | 180 …public void WriteSInt64(long value) => WritingPrimitives.WriteSInt64(ref buffer, ref state, value); in WriteSInt64() method |
| D | CodedOutputStream.cs | 387 public void WriteSInt64(long value) in WriteSInt64() method in Google.Protobuf.CodedOutputStream |
| D | WritingPrimitives.cs | 372 … public static void WriteSInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteSInt64() method in Google.Protobuf.WritingPrimitives |
| /third_party/protobuf/src/google/protobuf/ | ||
| D | wire_format_lite.cc | 426 void WireFormatLite::WriteSInt64(int field_number, int64_t value, in WriteSInt64() function in google::protobuf::internal::WireFormatLite |