Searched refs:matcher_ (Results 1 – 5 of 5) sorted by relevance
97 class matcher_##DefineMatcher##Matcher \100 explicit matcher_##DefineMatcher##Matcher() {} \109 new internal::matcher_##DefineMatcher##Matcher()); \111 inline bool internal::matcher_##DefineMatcher##Matcher::matches( \135 class matcher_##DefineMatcher##OverloadId##Matcher \138 explicit matcher_##DefineMatcher##OverloadId##Matcher( \153 new internal::matcher_##DefineMatcher##OverloadId##Matcher(Param)); \157 inline bool internal::matcher_##DefineMatcher##OverloadId##Matcher::matches( \184 class matcher_##DefineMatcher##OverloadId##Matcher \187 matcher_##DefineMatcher##OverloadId##Matcher(ParamType1 const &A##Param1, \[all …]
1212 : matcher_(matcher) {} in NotMatcherImpl()1215 return !matcher_.MatchAndExplain(x, listener); in MatchAndExplain()1219 matcher_.DescribeNegationTo(os); in DescribeTo()1223 matcher_.DescribeTo(os); in DescribeNegationTo()1227 const Matcher<T> matcher_;1237 explicit NotMatcher(InnerMatcher matcher) : matcher_(matcher) {} in NotMatcher()1243 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));1247 InnerMatcher matcher_;1471 explicit MatcherAsPredicate(M matcher) : matcher_(matcher) {} in MatcherAsPredicate()1495 return MatcherCast<const T&>(matcher_).Matches(x); in operator()[all …]
1447 : matcher_(matcher) {}1450 return !matcher_.MatchAndExplain(x, listener);1454 matcher_.DescribeNegationTo(os);1458 matcher_.DescribeTo(os);1462 const Matcher<T> matcher_;1472 explicit NotMatcher(InnerMatcher matcher) : matcher_(matcher) {}1478 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));1482 InnerMatcher matcher_;1798 explicit MatcherAsPredicate(M matcher) : matcher_(matcher) {}1822 return MatcherCast<const T&>(matcher_).Matches(x);[all …]
6028 : matcher_(matcher) {}6031 return !matcher_.MatchAndExplain(x, listener);6035 matcher_.DescribeNegationTo(os);6039 matcher_.DescribeTo(os);6043 const Matcher<T> matcher_;6053 explicit NotMatcher(InnerMatcher matcher) : matcher_(matcher) {}6059 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));6063 InnerMatcher matcher_;6379 explicit MatcherAsPredicate(M matcher) : matcher_(matcher) {}6403 return MatcherCast<const T&>(matcher_).Matches(x);[all …]