Home
last modified time | relevance | path

Searched refs:NotMatcherImpl (Results 1 – 4 of 4) 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_)));
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h1444 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_)));
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h1444 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_)));
/external/fmtlib/test/gmock/
Dgmock.h6025 class NotMatcherImpl : public MatcherInterface<T> {
6027 explicit NotMatcherImpl(const Matcher<T>& matcher)
6045 GTEST_DISALLOW_ASSIGN_(NotMatcherImpl);
6059 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));