Searched refs:EitherOfMatcherImpl (Results 1 – 2 of 2) sorted by relevance
1344 class EitherOfMatcherImpl : public MatcherInterface<T> {1346 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) in EitherOfMatcherImpl() function1399 GTEST_DISALLOW_ASSIGN_(EitherOfMatcherImpl);1416 return Matcher<T>(new EitherOfMatcherImpl<T>(
1664 class EitherOfMatcherImpl : public MatcherInterface<T> {1666 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)1719 GTEST_DISALLOW_ASSIGN_(EitherOfMatcherImpl);1725 using AnyOfMatcher = VariadicMatcher<EitherOfMatcherImpl, Args...>;1743 return Matcher<T>(new EitherOfMatcherImpl<T>(