Searched refs:IsBool (Results 1 – 6 of 6) sorted by relevance
51 …assert(document["t"].IsBool()); // JSON true/false are bool. Can also uses more specific funct… in main()54 assert(document["f"].IsBool()); in main()
311 EXPECT_TRUE(x.IsBool()); in TEST()335 EXPECT_TRUE(x.IsBool()); in TEST()379 EXPECT_FALSE(x.IsBool()); in TEST()427 EXPECT_FALSE(x.IsBool()); in TEST()465 EXPECT_FALSE(x.IsBool()); in TEST()519 EXPECT_FALSE(x.IsBool()); in TEST()557 EXPECT_FALSE(x.IsBool()); in TEST()583 EXPECT_FALSE(x.IsBool()); in TEST()729 EXPECT_FALSE(x.IsBool()); in TEST()
362 if (!doc[sl4n::kParamsStr][3].IsBool()) { in bt_binder_set_adv_settings_wrapper()
791 bool IsBool() const { return (flags_ & kBoolFlag) != 0; }814 bool GetBool() const { RAPIDJSON_ASSERT(IsBool()); return flags_ == kTrueFlag; }
219 def IsBool(self): member in Type289 elif self.type.IsBool():
63 assert(document["t"].IsBool());