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()
1581 bool any_present = false; in TEST() local1584 any_present = true; in TEST()1586 EXPECT_FALSE(any_present); in TEST()1593 bool any_present = false; in TEST() local1595 any_present = true; in TEST()1598 EXPECT_FALSE(any_present); in TEST()1605 bool any_present = false; in TEST() local1607 any_present = true; in TEST()1610 EXPECT_TRUE(any_present); in TEST()1617 bool any_present = false; in TEST() local[all …]
1527 bool any_present = false; in TEST() local1530 any_present = true; in TEST()1532 EXPECT_FALSE(any_present); in TEST()1539 bool any_present = false; in TEST() local1541 any_present = true; in TEST()1544 EXPECT_FALSE(any_present); in TEST()1551 bool any_present = false; in TEST() local1553 any_present = true; in TEST()1556 EXPECT_TRUE(any_present); in TEST()1563 bool any_present = false; in TEST() local[all …]
361 bool any_present = false; in ConvertDimensionNumbers() local366 any_present |= present; in ConvertDimensionNumbers()378 } else if (any_present) { in ConvertDimensionNumbers()