Searched defs:WriteInt64 (Results 1 – 6 of 6) sorted by relevance
131 public void WriteInt64(long value) in WriteInt64() method
201 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
115 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64() method in Google.Protobuf.WritingPrimitives
203 func WriteInt64(buf []byte, n int64) { func
173 inline Status WriteInt64(int field_number, const DataPiece& data, in WriteInt64() function
412 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64() function in google::protobuf::internal::WireFormatLite