Searched refs:any_present (Results 1 – 3 of 3) sorted by relevance
96 bool any_present = false; in TEST() local98 any_present |= is_present[j]; in TEST()100 if (any_present) { in TEST()
1356 bool any_present = false; in TEST() local1359 any_present = true; in TEST()1361 EXPECT_FALSE(any_present); in TEST()1368 bool any_present = false; in TEST() local1370 any_present = true; in TEST()1373 EXPECT_FALSE(any_present); in TEST()1380 bool any_present = false; in TEST() local1382 any_present = true; in TEST()1385 EXPECT_TRUE(any_present); in TEST()1392 bool any_present = false; in TEST() local[all …]
1178 bool any_present = false; in TEST() local1181 any_present = true; in TEST()1183 EXPECT_FALSE(any_present); in TEST()1190 bool any_present = false; in TEST() local1192 any_present = true; in TEST()1195 EXPECT_FALSE(any_present); in TEST()1202 bool any_present = false; in TEST() local1204 any_present = true; in TEST()1207 EXPECT_TRUE(any_present); in TEST()1214 bool any_present = false; in TEST() local[all …]