Searched refs:minInt64 (Results 1 – 4 of 4) 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
17 #define kint64min Json::Value::minInt64