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

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

Completed in 72 milliseconds