Searched defs:ReadUInt64 (Results 1 - 13 of 13) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc110 bool ByteBuffer::ReadUInt64(uint64* val) { function in class:talk_base::ByteBuffer
/external/chromium_org/chrome/utility/media_galleries/
H A Dpmp_column_reader.cc102 bool PmpColumnReader::ReadUInt64(const uint32 row, uint64* result) const { function in class:picasa::PmpColumnReader
/external/chromium_org/net/quic/
H A Dquic_data_reader.cc46 bool QuicDataReader::ReadUInt64(uint64* result) { function in class:net::QuicDataReader
54 if (!ReadUInt64(&low_hash)) {
57 if (!ReadUInt64(&high_hash)) {
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc128 bool ByteBuffer::ReadUInt64(uint64* val) { function in class:talk_base::ByteBuffer
/external/chromium/base/
H A Dpickle.cc202 bool Pickle::ReadUInt64(void** iter, uint64* result) const { function in class:Pickle
/external/chromium_org/base/
H A Dpickle.cc92 bool PickleIterator::ReadUInt64(uint64* result) { function in class:PickleIterator
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum.cc92 static uint64_t ReadUInt64(Vector<const char> buffer, function in namespace:WTF::double_conversion
113 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits);
119 uint64_t digits = ReadUInt64(value, pos, length);
/external/chromium_org/v8/src/
H A Dbignum.cc91 static uint64_t ReadUInt64(Vector<const char> buffer, function in namespace:v8::internal
112 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits);
118 uint64_t digits = ReadUInt64(value, pos, length);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h118 UInt64 ReadUInt64();
164 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } function in class:NArchive::N7z::CInArchive
H A D7zIn.cpp250 UInt64 CInByte2::ReadUInt64() function in class:NArchive::N7z::CInByte2
776 t = ReadUInt64();
/external/v8/src/
H A Dbignum.cc90 static uint64_t ReadUInt64(Vector<const char> buffer, function in namespace:v8::internal
111 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits);
117 uint64_t digits = ReadUInt64(value, pos, length);
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py81 ReadUInt64 = ReadVarint variable in class:_MiniDecoder
1802 self.assertEqual(4, d.ReadUInt64())
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py81 ReadUInt64 = ReadVarint variable in class:_MiniDecoder
2229 self.assertEqual(4, d.ReadUInt64())

Completed in 510 milliseconds