Home
last modified time | relevance | path

Searched refs:isBool (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h399 bool isBool() const;
658 template <> inline bool Value::is<bool>() const { return isBool(); }
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h844 bool isBool() const;
A Djsoncpp.cpp3808 bool Value::isBool() const { return type_ == booleanValue; } in isBool() function in AlibabaCloud::OSS::Json::Value
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp1255 bool Value::isBool() const { return type() == booleanValue; } in isBool() function in Json::Value
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp1484 JSONTEST_ASSERT_EQUAL(check.isBool_, value.isBool()); in checkIs()
3937 JSONTEST_ASSERT_EQUAL(j.is<bool>(), j.isBool()); in JSONTEST_FIXTURE_LOCAL()

Completed in 32 milliseconds