Searched refs:any_present (Results 1 – 4 of 4) sorted by relevance
93 bool any_present = false; in TEST() local95 any_present |= is_present[j]; in TEST()97 if (any_present) { in TEST()
1483 bool any_present = false; in TEST() local1486 any_present = true; in TEST()1488 EXPECT_FALSE(any_present); in TEST()1495 bool any_present = false; in TEST() local1497 any_present = true; in TEST()1500 EXPECT_FALSE(any_present); in TEST()1507 bool any_present = false; in TEST() local1509 any_present = true; in TEST()1512 EXPECT_TRUE(any_present); in TEST()1519 bool any_present = false; in TEST() local[all …]
1462 bool any_present = false; in TEST() local1465 any_present = true; in TEST()1467 EXPECT_FALSE(any_present); in TEST()1474 bool any_present = false; in TEST() local1476 any_present = true; in TEST()1479 EXPECT_FALSE(any_present); in TEST()1486 bool any_present = false; in TEST() local1488 any_present = true; in TEST()1491 EXPECT_TRUE(any_present); in TEST()1498 bool any_present = false; in TEST() local[all …]
281 bool any_present = false; in ConvertDimensionNumbers() local286 any_present |= present; in ConvertDimensionNumbers()298 } else if (any_present) { in ConvertDimensionNumbers()