template <typename T>

class AnyOfMatcherImpl

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

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

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

that will prevent different instantiations of AnyOfMatcher from

sharing the same EitherOfMatcherImpl

<T

> class.

Public Methods

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

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

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

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

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

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

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

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