Searched refs:NotMatcherImpl (Results 1 – 3 of 3) sorted by relevance
1209 class NotMatcherImpl : public MatcherInterface<T> {1211 explicit NotMatcherImpl(const Matcher<T>& matcher) in NotMatcherImpl() function1229 GTEST_DISALLOW_ASSIGN_(NotMatcherImpl);1243 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));
1444 class NotMatcherImpl : public MatcherInterface<T> {1446 explicit NotMatcherImpl(const Matcher<T>& matcher)1464 GTEST_DISALLOW_ASSIGN_(NotMatcherImpl);1478 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));
963 class NotMatcherImpl : public MatcherInterface<const T&> {965 explicit NotMatcherImpl(const Matcher<T>& matcher)984 GTEST_DISALLOW_ASSIGN_(NotMatcherImpl);998 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));