Searched refs:EitherOfMatcherImpl (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1662 // sharing the same EitherOfMatcherImpl<T> class.
1664 class EitherOfMatcherImpl : public MatcherInterface<T> { class in namespace:testing::internal
1666 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) function in class:testing::internal::EitherOfMatcherImpl
1719 GTEST_DISALLOW_ASSIGN_(EitherOfMatcherImpl);
1725 using AnyOfMatcher = VariadicMatcher<EitherOfMatcherImpl, Args...>;
1743 return Matcher<T>(new EitherOfMatcherImpl<T>(

Completed in 22 milliseconds