template <typename T>

class AllOfMatcherImpl

Defined at line 1290 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

Implements the AllOf(m1, m2) matcher for a particular argument type

T. We do not nest it inside the BothOfMatcher class template, as

that will prevent different instantiations of BothOfMatcher from

sharing the same BothOfMatcherImpl

<T

> class.

Public Methods

void AllOfMatcherImpl<T> (std::vector<Matcher<T>> matchers)

Defined at line 1292 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeTo (::std::ostream * os)

Defined at line 1295 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeNegationTo (::std::ostream * os)

Defined at line 1304 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

bool MatchAndExplain (const T & x, MatchResultListener * listener)

Defined at line 1313 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h