Home
last modified time | relevance | path

Searched refs:ReadUInt64 (Results 1 – 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dbytebuffer.h53 bool ReadUInt64(uint64* val);
Dbytebuffer.cc110 bool ByteBuffer::ReadUInt64(uint64* val) { in ReadUInt64() function in talk_base::ByteBuffer
/external/v8/src/
Dbignum.cc90 static uint64_t ReadUInt64(Vector<const char> buffer, in ReadUInt64() function
111 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits); in AssignDecimalString()
117 uint64_t digits = ReadUInt64(value, pos, length); in AssignDecimalString()
/external/chromium/base/
Dpickle.h75 bool ReadUInt64(void** iter, uint64* result) const;
Dpickle.cc202 bool Pickle::ReadUInt64(void** iter, uint64* result) const { in ReadUInt64() function in Pickle
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py81 ReadUInt64 = ReadVarint variable in _MiniDecoder
1802 self.assertEqual(4, d.ReadUInt64())