HomeSort by relevance Sort by last modified time
    Searched defs:ReadUInt64 (Results 1 - 8 of 8) sorted by null

  /external/v8/src/
bignum.cc 67 static uint64_t ReadUInt64(Vector<const char> buffer,
90 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits);
96 uint64_t digits = ReadUInt64(value, pos, length);
  /external/webrtc/webrtc/base/
bytebuffer.cc 116 bool ByteBuffer::ReadUInt64(uint64_t* val) {
  /external/libchrome/base/
pickle.cc 116 bool PickleIterator::ReadUInt64(uint64_t* result) {
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 494 public ulong ReadUInt64()
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 316 UInt64 ReadUInt64();
367 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); }
7zIn.cpp 234 UInt64 CInByte2::ReadUInt64()
1041 t = ReadUInt64();
    [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 136 inline uint64_t ReadUInt64(const uint8_t *data, uint8_t byte_width) {
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(Indirect(), byte_width_))
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 87 ReadUInt64 = ReadVarint
    [all...]

Completed in 1712 milliseconds