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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1440 // We do not nest it inside the NotMatcher class template, as that
1441 // will prevent different instantiations of NotMatcher from sharing
1470 class NotMatcher { class in namespace:testing::internal
1472 explicit NotMatcher(InnerMatcher matcher) : matcher_(matcher) {} function in class:testing::internal::NotMatcher
1484 GTEST_DISALLOW_ASSIGN_(NotMatcher);
4107 inline internal::NotMatcher<InnerMatcher> Not(InnerMatcher m) {
4108 return internal::NotMatcher<InnerMatcher>(m);

Completed in 22 milliseconds