Home
last modified time | relevance | path

Searched refs:ReadUInt64 (Results 1 – 14 of 14) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h302 UInt64 ReadUInt64();
352 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } in ReadUInt64() function
D7zIn.cpp298 UInt64 CInByte2::ReadUInt64() in ReadUInt64() function in NArchive::N7z::CInByte2
1086 t = ReadUInt64(); in ReadUInt64DefVector()
/external/webrtc/webrtc/base/
Dbytebuffer_unittest.cc160 EXPECT_TRUE(buffer.ReadUInt64(&ru64)); in TEST()
206 EXPECT_TRUE(buffer.ReadUInt64(&ru64)); in TEST()
Dbytebuffer.h54 bool ReadUInt64(uint64_t* val);
Dbytebuffer.cc116 bool ByteBuffer::ReadUInt64(uint64_t* val) { in ReadUInt64() function in rtc::ByteBuffer
/external/webrtc/talk/media/devices/
Dfilevideocapturer.cc306 buffer.ReadUInt64(&dummy_elapsed_time); in ReadFrameHeader()
307 buffer.ReadUInt64(reinterpret_cast<uint64_t*>(&frame->time_stamp)); in ReadFrameHeader()
/external/v8/src/
Dbignum.cc67 static uint64_t ReadUInt64(Vector<const char> buffer, in ReadUInt64() function
90 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits); in AssignDecimalString()
96 uint64_t digits = ReadUInt64(value, pos, length); in AssignDecimalString()
/external/libchrome/base/
Dpickle.h42 bool ReadUInt64(uint64_t* result) WARN_UNUSED_RESULT;
Dpickle.cc107 bool PickleIterator::ReadUInt64(uint64_t* result) { in ReadUInt64() function in base::PickleIterator
Dpickle_unittest.cc73 EXPECT_TRUE(iter.ReadUInt64(&outuint64)); in VerifyResult()
/external/opencv3/samples/winrt/ImageManipulations/common/
Dsuspensionmanager.cpp454 return reader->ReadUInt64();
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc60 res = pickle_iterator.ReadUInt64(&ptr_value); in ReadKeyName()
/external/webrtc/webrtc/p2p/base/
Dstun.cc683 if (length() != SIZE || !buf->ReadUInt64(&bits_)) in Read()
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py83 ReadUInt64 = ReadVarint variable in _MiniDecoder
2334 self.assertEqual(4, d.ReadUInt64())