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

  /external/webrtc/webrtc/base/
bytebuffer.h 54 bool ReadUInt64(uint64_t* val);
bytebuffer_unittest.cc 160 EXPECT_TRUE(buffer.ReadUInt64(&ru64));
206 EXPECT_TRUE(buffer.ReadUInt64(&ru64));
bytebuffer.cc 116 bool ByteBuffer::ReadUInt64(uint64_t* val) {
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 302 UInt64 ReadUInt64();
352 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); }
7zIn.cpp 298 UInt64 CInByte2::ReadUInt64()
1086 t = ReadUInt64();
    [all...]
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 306 buffer.ReadUInt64(&dummy_elapsed_time);
307 buffer.ReadUInt64(reinterpret_cast<uint64_t*>(&frame->time_stamp));
  /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/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/libchrome/base/
pickle.h 47 bool ReadUInt64(uint64_t* result) WARN_UNUSED_RESULT;
pickle.cc 116 bool PickleIterator::ReadUInt64(uint64_t* result) {
pickle_unittest.cc 73 EXPECT_TRUE(iter.ReadUInt64(&outuint64));
  /external/libchrome/base/trace_event/
trace_event_argument.cc 61 res = pickle_iterator.ReadUInt64(&ptr_value);
  /external/webrtc/webrtc/p2p/base/
stun.cc 683 if (length() != SIZE || !buf->ReadUInt64(&bits_))
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 489 Value = input.ReadUInt64();
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 494 public ulong ReadUInt64()
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 87 ReadUInt64 = ReadVarint
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs     [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]

Completed in 431 milliseconds