Searched defs:maxUInt64 (Results 1 – 2 of 2) sorted by relevance
66 const uint64_t maxUInt64 = (std::numeric_limits<uint64_t>::max)() - 1; in OnEvent() local
323 const uint64_t maxUInt64 = (std::numeric_limits<uint64_t>::max)() - 1; variable