Searched refs:intersection (Results 1 – 3 of 3) sorted by relevance
62 auto intersection = Intersect(partition_extent.get(), e); in HasExtent() local63 if (intersection != nullptr && intersection->num_sectors() == e->num_sectors()) { in HasExtent()
60 violators = TypesFc.intersection(TypesPol)113 violators = systemProps.intersection(vendorProps)
1458 std::vector<std::string> intersection; in TEST_F() local1462 std::back_inserter(intersection)); in TEST_F()1463 ASSERT_THAT(intersection, SizeIs(0)); in TEST_F()