Home
last modified time | relevance | path

Searched refs:asInt (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/jsoncpp/example/readFromString/
A DreadFromString.cpp32 const int age = root["Age"].asInt(); in main()
/AliOS-Things-master/components/jsoncpp/example/
A Djsoncpp_comp_example.cpp94 const int age = root["Age"].asInt(); in jsoncpp_comp_read_string_example()
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp525 JSONTEST_ASSERT_EQUAL(1, true_.asInt()); in JSONTEST_FIXTURE_LOCAL()
583 JSONTEST_ASSERT_EQUAL(0, val.asInt()); in JSONTEST_FIXTURE_LOCAL()
611 JSONTEST_ASSERT_EQUAL(0, val.asInt()); in JSONTEST_FIXTURE_LOCAL()
639 JSONTEST_ASSERT_EQUAL(0, val.asInt()); in JSONTEST_FIXTURE_LOCAL()
667 JSONTEST_ASSERT_EQUAL(0, val.asInt()); in JSONTEST_FIXTURE_LOCAL()
695 JSONTEST_ASSERT_EQUAL(0, val.asInt()); in JSONTEST_FIXTURE_LOCAL()
723 JSONTEST_ASSERT_EQUAL(0, val.asInt()); in JSONTEST_FIXTURE_LOCAL()
1304 JSONTEST_ASSERT_EQUAL(1, val.asInt()); in JSONTEST_FIXTURE_LOCAL()
1332 JSONTEST_ASSERT_EQUAL(-1, val.asInt()); in JSONTEST_FIXTURE_LOCAL()
1745 JSONTEST_ASSERT_THROWS(strVal.asInt()); in JSONTEST_FIXTURE_LOCAL()
[all …]
/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h386 Int asInt() const;
660 template <> inline Int Value::as<Int>() const { return asInt(); }
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DUtils.cc278 int inttmp = value[*it].asInt(); in JsonToMap()
/AliOS-Things-master/components/jsoncpp/doc/
A Djsoncpp.dox72 foo::setIndentLength( root["indent"].get("length", 3).asInt() );
/AliOS-Things-master/components/oss/src/resumable/
A DResumableDownloader.cc348 part.partNumber = partValue["partNumber"].asInt(); in loadRecord()
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp654 Value::Int Value::asInt() const { in asInt() function in Json::Value
745 return asInt(); in asLargestInt()
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h831 Int asInt() const;
A Djsoncpp.cpp2183 features.stackLimit_ = settings_["stackLimit"].asInt(); in newCharReader()
3236 Value::Int Value::asInt() const { in asInt() function in AlibabaCloud::OSS::Json::Value
3327 return asInt(); in asLargestInt()

Completed in 41 milliseconds