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

  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.h 53 bool ReadUInt64(uint64* val);
bytebuffer.cc 110 bool ByteBuffer::ReadUInt64(uint64* val) {
  /external/chromium/base/
pickle.h 75 bool ReadUInt64(void** iter, uint64* result) const;
pickle.cc 202 bool Pickle::ReadUInt64(void** iter, uint64* result) const {
  /external/v8/src/
bignum.cc 90 static uint64_t ReadUInt64(Vector<const char> buffer,
111 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits);
117 uint64_t digits = ReadUInt64(value, pos, length);
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 81 ReadUInt64 = ReadVarint
    [all...]

Completed in 100 milliseconds