Home
last modified time | relevance | path

Searched defs:WriteInt64 (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs131 public void WriteInt64(long value) in WriteInt64() method
DCodedOutputStream.cs201 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs115 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64() method in Google.Protobuf.WritingPrimitives
/third_party/flatbuffers/go/
Dencode.go203 func WriteInt64(buf []byte, n int64) { func
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc173 inline Status WriteInt64(int field_number, const DataPiece& data, in WriteInt64() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc412 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64() function in google::protobuf::internal::WireFormatLite