Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dbyte_buffer.cc94 bool ByteBufferReader::ReadUInt64(uint64_t* val) { in ReadUInt64() function in rtc::ByteBufferReader
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs512 public ulong ReadUInt64() in ReadUInt64() method in Google.Protobuf.CodedInputStream
/external/libchrome/base/
Dpickle.cc116 bool PickleIterator::ReadUInt64(uint64_t* result) { in ReadUInt64() function in base::PickleIterator
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h379 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } in ReadUInt64() function
D7zIn.cpp250 UInt64 CInByte2::ReadUInt64() in ReadUInt64() function in NArchive::N7z::CInByte2
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp98 static uint64_t ReadUInt64(const Vector<const char> buffer, in ReadUInt64() function
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py92 ReadUInt64 = ReadVarint variable in _MiniDecoder
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h151 inline uint64_t ReadUInt64(const uint8_t *data, uint8_t byte_width) { in ReadUInt64() function