Searched refs:isInt64 (Results 1 – 6 of 6) sorted by relevance
8 * isInt, isInt64, isUInt, and isUInt64 return true if and only if the30 code, use isInt64 to find out whether the value is exactly
604 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()1126 bool Value::isInt64() const { in isInt64() function in Json::Value1168 return isInt64() || isUInt64(); in isIntegral()
279 bool isInt64() const;
735 bool isInt64() const;
3114 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()3663 bool Value::isInt64() const { in isInt64() function in Json::Value3705 return isInt64() || isUInt64(); in isIntegral()
1285 JSONTEST_ASSERT_EQUAL(check.isInt64_, value.isInt64()); in checkIs()1288 JSONTEST_ASSERT_EQUAL(false, value.isInt64()); in checkIs()