Searched refs:isUInt (Results 1 – 5 of 5) sorted by relevance
402 bool isUInt() const;664 template <> inline bool Value::is<UInt>() const { return isUInt(); }
679 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range"); in asUInt()682 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range"); in asUInt()839 return isUInt() || in isConvertibleTo()1276 bool Value::isUInt() const { in isUInt() function in Json::Value
847 bool isUInt() const;
3261 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range"); in asUInt()3264 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range"); in asUInt()3419 return isUInt() || in isConvertibleTo()3829 bool Value::isUInt() const { in isUInt() function in AlibabaCloud::OSS::Json::Value
1487 JSONTEST_ASSERT_EQUAL(check.isUInt_, value.isUInt()); in checkIs()3940 JSONTEST_ASSERT_EQUAL(j.is<Json::UInt>(), j.isUInt()); in JSONTEST_FIXTURE_LOCAL()
Completed in 31 milliseconds