Searched refs:ReadUInt64 (Results 1 – 14 of 14) sorted by relevance
302 UInt64 ReadUInt64();352 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } in ReadUInt64() function
298 UInt64 CInByte2::ReadUInt64() in ReadUInt64() function in NArchive::N7z::CInByte21086 t = ReadUInt64(); in ReadUInt64DefVector()
160 EXPECT_TRUE(buffer.ReadUInt64(&ru64)); in TEST()206 EXPECT_TRUE(buffer.ReadUInt64(&ru64)); in TEST()
54 bool ReadUInt64(uint64_t* val);
116 bool ByteBuffer::ReadUInt64(uint64_t* val) { in ReadUInt64() function in rtc::ByteBuffer
306 buffer.ReadUInt64(&dummy_elapsed_time); in ReadFrameHeader()307 buffer.ReadUInt64(reinterpret_cast<uint64_t*>(&frame->time_stamp)); in ReadFrameHeader()
67 static uint64_t ReadUInt64(Vector<const char> buffer, in ReadUInt64() function90 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits); in AssignDecimalString()96 uint64_t digits = ReadUInt64(value, pos, length); in AssignDecimalString()
42 bool ReadUInt64(uint64_t* result) WARN_UNUSED_RESULT;
107 bool PickleIterator::ReadUInt64(uint64_t* result) { in ReadUInt64() function in base::PickleIterator
73 EXPECT_TRUE(iter.ReadUInt64(&outuint64)); in VerifyResult()
454 return reader->ReadUInt64();
60 res = pickle_iterator.ReadUInt64(&ptr_value); in ReadKeyName()
683 if (length() != SIZE || !buf->ReadUInt64(&bits_)) in Read()
83 ReadUInt64 = ReadVarint variable in _MiniDecoder2334 self.assertEqual(4, d.ReadUInt64())