Searched refs:WriteUInt64 (Results 1 – 6 of 6) sorted by relevance
61 void WriteUInt64(uint64 val);
163 void ByteBuffer::WriteUInt64(uint64 val) { in WriteUInt64() function in talk_base::ByteBuffer
111 bool WriteUInt64(uint64 value) { in WriteUInt64() function
224 void WireFormatLite::WriteUInt64(int field_number, uint64 value, in WriteUInt64() function in google::protobuf::internal::WireFormatLite
331 static void WriteUInt64 (field_number, uint64 value, output);
6816 … ::google::protobuf::internal::WireFormatLite::WriteUInt64(4, this->positive_int_value(), output); in SerializeWithCachedSizes()