Searched refs:isSet (Results 1 – 8 of 8) sorted by relevance
31 EXPECT_FALSE(a.isSet()); in TEST()34 EXPECT_FALSE(a.isSet()); in TEST()37 EXPECT_FALSE(a.isSet()); in TEST()40 EXPECT_FALSE(a.isSet()); in TEST()43 EXPECT_FALSE(a.isSet()); in TEST()47 EXPECT_FALSE(b.isSet()); in TEST()50 EXPECT_TRUE(a.isSet()); in TEST()53 EXPECT_TRUE(b.isSet()); in TEST()56 EXPECT_FALSE(a.isSet()); in TEST()57 EXPECT_TRUE(b.isSet()); in TEST()[all …]
59 if (!mExponent.isSet()) { in getExponentValue()80 if (!mUnit.isSet()) { in getUnitString()177 if (!(mPhysicalMin.isSet() && mPhysicalMax.isSet())) { in getPhysicalRange()
103 if (!(top.usagePage.isSet() && top.logicalMin.isSet() && top.logicalMax.isSet() in processMainTag()104 && top.reportSize.isSet() && top.reportCount.isSet())) { in processMainTag()
70 if (!usageMin.isSet()) { in append()91 if (!usageMin.isSet()) { in append()
35 bool isSet() const { in isSet() function40 return isSet() ? mValue : defaultValue; in get()
123 bool isSet() const { in isSet() function