Searched refs:isUInt (Results 1 – 2 of 2) sorted by relevance
3088 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range"); in asUInt()3091 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range"); in asUInt()3245 return isUInt() || in isConvertibleTo()3648 bool Value::isUInt() const { in isUInt() function in Json::Value3707 return isInt() || isUInt(); in isIntegral()
736 bool isUInt() const;