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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1442 // the same NotMatcherImpl<T> class.
1444 class NotMatcherImpl : public MatcherInterface<T> { class in namespace:testing::internal
1446 explicit NotMatcherImpl(const Matcher<T>& matcher) function in class:testing::internal::NotMatcherImpl
1464 GTEST_DISALLOW_ASSIGN_(NotMatcherImpl);
1478 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));

Completed in 23 milliseconds