Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1209 class NotMatcherImpl : public MatcherInterface<T> {
1211 explicit NotMatcherImpl(const Matcher<T>& matcher) in NotMatcherImpl() function
1229 GTEST_DISALLOW_ASSIGN_(NotMatcherImpl);
1243 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));