Lines Matching refs:ContainerMatcher
7028 template <typename Comparator, typename ContainerMatcher>
7032 const ContainerMatcher& matcher)
7052 Impl(const Comparator& comparator, const ContainerMatcher& matcher)
7099 const ContainerMatcher matcher_;
8476 template <typename Comparator, typename ContainerMatcher>
8477 inline internal::WhenSortedByMatcher<Comparator, ContainerMatcher>
8479 const ContainerMatcher& container_matcher) {
8480 return internal::WhenSortedByMatcher<Comparator, ContainerMatcher>(
8486 template <typename ContainerMatcher>
8487 inline internal::WhenSortedByMatcher<internal::LessComparator, ContainerMatcher>
8488 WhenSorted(const ContainerMatcher& container_matcher) {
8490 internal::WhenSortedByMatcher<internal::LessComparator, ContainerMatcher>(