Searched defs:ReadUInt64 (Results 1 - 6 of 6) sorted by relevance
/external/webrtc/webrtc/base/ | ||
H A D | bytebuffer.cc | 116 bool ByteBuffer::ReadUInt64(uint64_t* val) { function in class:rtc::ByteBuffer |
/external/v8/src/ | ||
H A D | bignum.cc | 67 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 D | pickle.cc | 107 bool PickleIterator::ReadUInt64(uint64_t* result) { function in class:base::PickleIterator |
/external/lzma/CPP/7zip/Archive/7z/ | ||
H A D | 7zIn.h | 302 UInt64 ReadUInt64();
352 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } function in class:NArchive::N7z::CInArchive |
H A D | 7zIn.cpp | 298 UInt64 CInByte2::ReadUInt64()
function in class:NArchive::N7z::CInByte2 1086 t = ReadUInt64(); |
/external/protobuf/python/google/protobuf/internal/ | ||
H A D | reflection_test.py | 83 ReadUInt64 = ReadVarint variable in class:_MiniDecoder 2334 self.assertEqual(4, d.ReadUInt64()) |
Completed in 155 milliseconds