template <typename Container>
class EachMatcherImpl
Defined at line 2928 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Implements Each(element_matcher) for the given argument type Container.
Symmetric to ContainsMatcherImpl.
Public Methods
template <typename InnerMatcher>
void EachMatcherImpl<Container> (InnerMatcher inner_matcher)
Defined at line 2931 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeTo (::std::ostream * os)
Describes what this matcher does.
Defined at line 2935 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeNegationTo (::std::ostream * os)
Defined at line 2940 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
bool MatchAndExplain (Container container, MatchResultListener * listener)
Defined at line 2945 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h