Searched refs:isUInt64 (Results 1 – 2 of 2) sorted by relevance
737 bool isUInt64() const;
3133 JSON_ASSERT_MESSAGE(isUInt64(), "LargestInt out of UInt64 range"); in asUInt64()3683 bool Value::isUInt64() const { in isUInt64() function in Json::Value3705 return isInt64() || isUInt64(); in isIntegral()