Searched defs:ReadUInt64 (Results 1 – 4 of 4) sorted by relevance
110 bool ByteBuffer::ReadUInt64(uint64* val) { in ReadUInt64() function in talk_base::ByteBuffer
202 bool Pickle::ReadUInt64(void** iter, uint64* result) const { in ReadUInt64() function in Pickle
90 static uint64_t ReadUInt64(Vector<const char> buffer, in ReadUInt64() function
81 ReadUInt64 = ReadVarint variable in _MiniDecoder