Searched refs:maxUInt64 (Results 1 – 2 of 2) sorted by relevance
585 static const UInt64 maxUInt64; variable
2459 const UInt64 Value::maxUInt64 = UInt64(-1); member in Json::Value3138 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()