Searched refs:minInt64 (Results 1 – 6 of 6) sorted by relevance
44 const Int64 Value::minInt64 = Int64(~(UInt64(-1) / 2)); member in Json::Value607 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), in asInt64()1137 return value_.real_ >= double(minInt64) && in isInt64()
31 representable using an Int64, or asDouble() combined with minInt64 and
153 static const Int64 minInt64; variable
581 static const Int64 minInt64; variable
2457 const Int64 Value::minInt64 = Int64(~(UInt64(-1) / 2)); member in Json::Value3117 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), in asInt64()3674 return value_.real_ >= double(minInt64) && in isInt64()
17 #define kint64min Json::Value::minInt64