Searched refs:maxInt64 (Results 1 – 4 of 4) sorted by relevance
45 const Int64 Value::maxInt64 = Int64(UInt64(-1) / 2); member in Json::Value607 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), in asInt64()1132 return value_.uint_ <= UInt64(maxInt64); in isInt64()1138 value_.real_ < double(maxInt64) && IsIntegral(value_.real_); in isInt64()
32 maxInt64 to figure out whether it is approximately representable.
155 static const Int64 maxInt64; variable
16 #define kint64max Json::Value::maxInt64