Searched refs:kMaxUint64 (Results 1 – 2 of 2) sorted by relevance
36 static const uint64_t kMaxUint64 = V8_2PART_UINT64_C(0xFFFFFFFF, FFFFFFFF); variable120 while (i < buffer.length() && result <= (kMaxUint64 / 10 - 1)) { in ReadUint64()
70 static const uint64_t kMaxUint64 = UINT64_2PART_C(0xFFFFFFFF, FFFFFFFF); variable177 while (i < buffer.length() && result <= (kMaxUint64 / 10 - 1)) { in ReadUint64()