Searched refs:asUInt (Results 1 – 7 of 7) sorted by relevance
527 JSONTEST_ASSERT_EQUAL(1, true_.asUInt()); in JSONTEST_FIXTURE_LOCAL()585 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL()613 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL()641 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL()669 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL()697 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL()725 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL()1306 JSONTEST_ASSERT_EQUAL(1, val.asUInt()); in JSONTEST_FIXTURE_LOCAL()1749 JSONTEST_ASSERT_THROWS(strVal.asUInt()); in JSONTEST_FIXTURE_LOCAL()1750 JSONTEST_ASSERT_THROWS(objVal.asUInt()); in JSONTEST_FIXTURE_LOCAL()[all …]
387 UInt asUInt() const;663 template <> inline UInt Value::as<UInt>() const { return asUInt(); }
676 Value::UInt Value::asUInt() const { in asUInt() function in Json::Value753 return asUInt(); in asLargestUInt()
1171 unsigned int pre = settings_["precision"].asUInt(); in newStreamWriter()
1896 features.stackLimit_ = static_cast<size_t>(settings_["stackLimit"].asUInt()); in newCharReader()
832 UInt asUInt() const;
3258 Value::UInt Value::asUInt() const { in asUInt() function in AlibabaCloud::OSS::Json::Value3335 return asUInt(); in asLargestUInt()5334 unsigned int pre = settings_["precision"].asUInt(); in newStreamWriter()
Completed in 39 milliseconds