Searched defs:WriteInt64 (Results 1 – 5 of 5) sorted by relevance
198 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
203 func WriteInt64(buf []byte, n int64) { func
213 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
345 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64() function in google::protobuf::internal::WireFormatLite
163 inline Status WriteInt64(int field_number, const DataPiece& data, in WriteInt64() function