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

/external/chromium_org/chrome/utility/media_galleries/
H A Dpmp_column_reader.cc103 bool PmpColumnReader::ReadUInt64(const uint32 row, uint64* result) const { function in class:picasa::PmpColumnReader
/external/chromium_org/net/spdy/
H A Dspdy_frame_reader.cc67 bool SpdyFrameReader::ReadUInt64(uint64* result) { function in class:net::SpdyFrameReader
/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.cc129 bool ByteBuffer::ReadUInt64(uint64* val) { function in class:talk_base::ByteBuffer
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.cc112 bool ByteBuffer::ReadUInt64(uint64* val) { function in class:rtc::ByteBuffer
/external/chromium_org/base/
H A Dpickle.cc105 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.cc68 static uint64_t ReadUInt64(Vector<const char> buffer, function in namespace:v8::internal
89 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits);
95 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/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 1468 milliseconds