Home
last modified time | relevance | path

Searched refs:exact_match_patterns_begin (Results 1 – 1 of 1) sorted by relevance

/src/contrib/googletest/googletest/src/
H A Dgtest.cc804 const auto exact_match_patterns_begin = std::partition( in UnitTestFilter() local
808 std::distance(all_patterns.begin(), exact_match_patterns_begin))); in UnitTestFilter()
809 std::move(all_patterns.begin(), exact_match_patterns_begin, in UnitTestFilter()
812 exact_match_patterns_begin, all_patterns.end(), in UnitTestFilter()