Lines Matching refs:matcher2_
1260 : matcher1_(matcher1), matcher2_(matcher2) {} in BothOfMatcherImpl()
1266 matcher2_.DescribeTo(os); in DescribeTo()
1274 matcher2_.DescribeNegationTo(os); in DescribeNegationTo()
1288 if (!matcher2_.MatchAndExplain(x, &listener2)) { in MatchAndExplain()
1310 const Matcher<T> matcher2_; variable
1321 : matcher1_(matcher1), matcher2_(matcher2) {} in BothOfMatcher()
1329 SafeMatcherCast<T>(matcher2_)));
1334 Matcher2 matcher2_; variable
1347 : matcher1_(matcher1), matcher2_(matcher2) {} in EitherOfMatcherImpl()
1353 matcher2_.DescribeTo(os); in DescribeTo()
1361 matcher2_.DescribeNegationTo(os); in DescribeNegationTo()
1375 if (matcher2_.MatchAndExplain(x, &listener2)) { in MatchAndExplain()
1397 const Matcher<T> matcher2_; variable
1409 : matcher1_(matcher1), matcher2_(matcher2) {} in EitherOfMatcher()
1417 SafeMatcherCast<T>(matcher1_), SafeMatcherCast<T>(matcher2_)));
1422 Matcher2 matcher2_; variable