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

/external/webrtc/webrtc/base/
H A Dbytebuffer.cc116 bool ByteBuffer::ReadUInt64(uint64_t* val) { function in class:rtc::ByteBuffer
/external/v8/src/
H A Dbignum.cc67 static uint64_t ReadUInt64(Vector<const char> buffer, function in namespace:v8::internal
90 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits);
96 uint64_t digits = ReadUInt64(value, pos, length);
/external/libchrome/base/
H A Dpickle.cc116 bool PickleIterator::ReadUInt64(uint64_t* result) { function in class:base::PickleIterator
/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs494 public ulong ReadUInt64() method in class:Google.Protobuf.CodedInputStream
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h316 UInt64 ReadUInt64();
367 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } function in class:NArchive::N7z::CInArchive
H A D7zIn.cpp234 UInt64 CInByte2::ReadUInt64() function in class:NArchive::N7z::CInByte2
1041 t = ReadUInt64();
/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h136 inline uint64_t ReadUInt64(const uint8_t *data, uint8_t byte_width) { function in namespace:flexbuffers
159 return offset - ReadUInt64(offset, byte_width);
204 return static_cast<size_t>(ReadUInt64(data_ - byte_width_, byte_width_));
311 ReadUInt64(keys_offset + byte_width_, byte_width_)),
365 case TYPE_UINT: return ReadUInt64(data_, parent_width_);
366 case TYPE_INDIRECT_UINT: return ReadUInt64(Indirect(), byte_width_);
389 return ReadUInt64(data_, parent_width_);
391 case TYPE_INDIRECT_UINT: return ReadUInt64(Indirect(), byte_width_);
420 ReadUInt64(data_, parent_width_));
424 ReadUInt64(Indirec
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py87 ReadUInt64 = ReadVarint variable in class:_MiniDecoder
2364 self.assertEqual(4, d.ReadUInt64())

Completed in 378 milliseconds