Home
last modified time | relevance | path

Searched defs:WriteSInt64 (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs180 …public void WriteSInt64(long value) => WritingPrimitives.WriteSInt64(ref buffer, ref state, value); in WriteSInt64() method
DCodedOutputStream.cs387 public void WriteSInt64(long value) in WriteSInt64() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs372 … 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/
Dwire_format_lite.cc426 void WireFormatLite::WriteSInt64(int field_number, int64_t value, in WriteSInt64() function in google::protobuf::internal::WireFormatLite