Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbytebuffer.cc116 bool ByteBuffer::ReadUInt64(uint64_t* val) { in ReadUInt64() function in rtc::ByteBuffer
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs494 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.cpp103 static uint64_t ReadUInt64(Vector<const char> buffer, in ReadUInt64() function
/external/v8/src/
Dbignum.cc67 static uint64_t ReadUInt64(Vector<const char> buffer, in ReadUInt64() function
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py87 ReadUInt64 = ReadVarint variable in _MiniDecoder
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h149 inline uint64_t ReadUInt64(const uint8_t *data, uint8_t byte_width) { in ReadUInt64() function