Home
last modified time | relevance | path

Searched refs:asUInt (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp527 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 …]
/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h387 UInt asUInt() const;
663 template <> inline UInt Value::as<UInt>() const { return asUInt(); }
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp676 Value::UInt Value::asUInt() const { in asUInt() function in Json::Value
753 return asUInt(); in asLargestUInt()
A Djson_writer.cpp1171 unsigned int pre = settings_["precision"].asUInt(); in newStreamWriter()
A Djson_reader.cpp1896 features.stackLimit_ = static_cast<size_t>(settings_["stackLimit"].asUInt()); in newCharReader()
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h832 UInt asUInt() const;
A Djsoncpp.cpp3258 Value::UInt Value::asUInt() const { in asUInt() function in AlibabaCloud::OSS::Json::Value
3335 return asUInt(); in asLargestUInt()
5334 unsigned int pre = settings_["precision"].asUInt(); in newStreamWriter()

Completed in 39 milliseconds