Searched defs:ReadUInt64 (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/base/ | ||
D | bytebuffer.cc | 116 bool ByteBuffer::ReadUInt64(uint64_t* val) { in ReadUInt64() function in rtc::ByteBuffer |
/external/libchrome/base/ | ||
D | pickle.cc | 107 bool PickleIterator::ReadUInt64(uint64_t* result) { in ReadUInt64() function in base::PickleIterator |
/external/lzma/CPP/7zip/Archive/7z/ | ||
D | 7zIn.h | 352 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } in ReadUInt64() function |
D | 7zIn.cpp | 298 UInt64 CInByte2::ReadUInt64() in ReadUInt64() function in NArchive::N7z::CInByte2 |
/external/v8/src/ | ||
D | bignum.cc | 67 static uint64_t ReadUInt64(Vector<const char> buffer, in ReadUInt64() function |
/external/protobuf/python/google/protobuf/internal/ | ||
D | reflection_test.py | 83 ReadUInt64 = ReadVarint variable in _MiniDecoder |