Searched defs:ReadUInt64 (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
H A Dbytebuffer.cc116 bool ByteBuffer::ReadUInt64(uint64_t* val) { function in class:rtc::ByteBuffer
/external/v8/src/
H A Dbignum.cc67 static uint64_t ReadUInt64(Vector<const char> buffer, function in namespace:v8::internal
90 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits);
96 uint64_t digits = ReadUInt64(value, pos, length);
/external/libchrome/base/
H A Dpickle.cc107 bool PickleIterator::ReadUInt64(uint64_t* result) { function in class:base::PickleIterator
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h302 UInt64 ReadUInt64();
352 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } function in class:NArchive::N7z::CInArchive
H A D7zIn.cpp298 UInt64 CInByte2::ReadUInt64() function in class:NArchive::N7z::CInByte2
1086 t = ReadUInt64();
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py83 ReadUInt64 = ReadVarint variable in class:_MiniDecoder
2334 self.assertEqual(4, d.ReadUInt64())

Completed in 155 milliseconds