Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs260 public void WriteSInt64(long value) in WriteSInt64() method
DCodedOutputStream.cs385 public void WriteSInt64(long value) in WriteSInt64() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs265 … 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/util/internal/
Dproto_writer.cc193 inline Status WriteSInt64(int field_number, const DataPiece& data, in WriteSInt64() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc432 void WireFormatLite::WriteSInt64(int field_number, int64 value, in WriteSInt64() function in google::protobuf::internal::WireFormatLite