Searched refs:ContainsMatcherImpl (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.
2845 class ContainsMatcherImpl : public QuantifierMatcherImpl<Container> { class in namespace:testing::internal
2848 explicit ContainsMatcherImpl(InnerMatcher inner_matcher) function in class:testing::internal::ContainsMatcherImpl
2868 GTEST_DISALLOW_ASSIGN_(ContainsMatcherImpl);
2872 // Symmetric to ContainsMatcherImpl.
2908 return MakeMatcher(new ContainsMatcherImpl<Container>(inner_matcher_));

Completed in 22 milliseconds