Searched refs:EachMatcherImpl (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2798 // Holds the logic common to ContainsMatcherImpl and EachMatcherImpl.
2843 // Symmetric to EachMatcherImpl.
2874 class EachMatcherImpl : public QuantifierMatcherImpl<Container> { class in namespace:testing::internal
2877 explicit EachMatcherImpl(InnerMatcher inner_matcher) function in class:testing::internal::EachMatcherImpl
2897 GTEST_DISALLOW_ASSIGN_(EachMatcherImpl);
2925 return MakeMatcher(new EachMatcherImpl<Container>(inner_matcher_));

Completed in 21 milliseconds