Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbytebuffer.cc116 bool ByteBuffer::ReadUInt64(uint64_t* val) { in ReadUInt64() function in rtc::ByteBuffer
/external/libchrome/base/
Dpickle.cc107 bool PickleIterator::ReadUInt64(uint64_t* result) { in ReadUInt64() function in base::PickleIterator
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h352 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } in ReadUInt64() function
D7zIn.cpp298 UInt64 CInByte2::ReadUInt64() in ReadUInt64() function in NArchive::N7z::CInByte2
/external/v8/src/
Dbignum.cc67 static uint64_t ReadUInt64(Vector<const char> buffer, in ReadUInt64() function
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py83 ReadUInt64 = ReadVarint variable in _MiniDecoder