Searched refs:isBool (Results 1 – 5 of 5) sorted by relevance
399 bool isBool() const;658 template <> inline bool Value::is<bool>() const { return isBool(); }
844 bool isBool() const;
3808 bool Value::isBool() const { return type_ == booleanValue; } in isBool() function in AlibabaCloud::OSS::Json::Value
1255 bool Value::isBool() const { return type() == booleanValue; } in isBool() function in Json::Value
1484 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