Searched refs:maxInt64 (Results 1 – 6 of 6) sorted by relevance
39 const Int64 Value::maxInt64 = Int64( UInt64(-1)/2 ); member in Json::Value795 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), "double out of Int64 range"); in asInt64()1441 return value_.uint_ <= UInt64(maxInt64); in isInt64()1447 value_.real_ < double(maxInt64) && in isInt64()
35 const Int64 Value::maxInt64 = Int64( UInt64(-1)/2 ); member in Json::Value791 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), "double out of Int64 range"); in asInt64()1437 return value_.uint_ <= UInt64(maxInt64); in isInt64()1443 value_.real_ < double(maxInt64) && in isInt64()
32 maxInt64 to figure out whether it is approximately representable.
158 static const Int64 maxInt64; variable
15 #define kint64max Json::Value::maxInt64