Searched refs:asInt (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/jsoncpp/example/readFromString/ |
A D | readFromString.cpp | 32 const int age = root["Age"].asInt(); in main()
|
/AliOS-Things-master/components/jsoncpp/example/ |
A D | jsoncpp_comp_example.cpp | 94 const int age = root["Age"].asInt(); in jsoncpp_comp_read_string_example()
|
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | main.cpp | 525 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 D | value.h | 386 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 D | Utils.cc | 278 int inttmp = value[*it].asInt(); in JsonToMap()
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | jsoncpp.dox | 72 foo::setIndentLength( root["indent"].get("length", 3).asInt() );
|
/AliOS-Things-master/components/oss/src/resumable/ |
A D | ResumableDownloader.cc | 348 part.partNumber = partValue["partNumber"].asInt(); in loadRecord()
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_value.cpp | 654 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 D | json.h | 831 Int asInt() const;
|
A D | jsoncpp.cpp | 2183 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