template <typename Container>
class ContainsTimesMatcherImpl
Defined at line 2954 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Implements Contains(element_matcher).Times(n) for the given argument type
Container.
Public Methods
template <typename InnerMatcher>
void ContainsTimesMatcherImpl<Container> (InnerMatcher inner_matcher, Matcher<size_t> count_matcher)
Defined at line 2957 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeTo (::std::ostream * os)
Defined at line 2962 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeNegationTo (::std::ostream * os)
Defined at line 2969 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
bool MatchAndExplain (Container container, MatchResultListener * listener)
Defined at line 2976 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h