Searched refs:isInt64 (Results 1 – 2 of 2) sorted by relevance
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()