Searched refs:currentMatches (Results 1 – 3 of 3) sorted by relevance
86 std::vector<TestCase const*> currentMatches; in matchesByFilter() local89 currentMatches.emplace_back( &test ); in matchesByFilter()90 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
14419 std::vector<TestCase const*> currentMatches; in matchesByFilter() local14422 currentMatches.emplace_back( &test ); in matchesByFilter()14423 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
14624 std::vector<TestCase const*> currentMatches; in matchesByFilter() local14627 currentMatches.emplace_back( &test ); in matchesByFilter()14628 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()