Searched refs:matcher2_ (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 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() [all …]
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-matchers.h | 1495 : matcher1_(matcher1), matcher2_(matcher2) {} 1501 matcher2_.DescribeTo(os); 1509 matcher2_.DescribeNegationTo(os); 1523 if (!matcher2_.MatchAndExplain(x, &listener2)) { 1545 const Matcher<T> matcher2_; 1641 : matcher1_(matcher1), matcher2_(matcher2) {} 1649 SafeMatcherCast<T>(matcher2_))); 1654 Matcher2 matcher2_; 1667 : matcher1_(matcher1), matcher2_(matcher2) {} 1673 matcher2_.DescribeTo(os); [all …]
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 1495 : matcher1_(matcher1), matcher2_(matcher2) {} 1501 matcher2_.DescribeTo(os); 1509 matcher2_.DescribeNegationTo(os); 1523 if (!matcher2_.MatchAndExplain(x, &listener2)) { 1545 const Matcher<T> matcher2_; 1641 : matcher1_(matcher1), matcher2_(matcher2) {} 1649 SafeMatcherCast<T>(matcher2_))); 1654 Matcher2 matcher2_; 1667 : matcher1_(matcher1), matcher2_(matcher2) {} 1673 matcher2_.DescribeTo(os); [all …]
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 6076 : matcher1_(matcher1), matcher2_(matcher2) {} 6082 matcher2_.DescribeTo(os); 6090 matcher2_.DescribeNegationTo(os); 6104 if (!matcher2_.MatchAndExplain(x, &listener2)) { 6126 const Matcher<T> matcher2_; 6222 : matcher1_(matcher1), matcher2_(matcher2) {} 6230 SafeMatcherCast<T>(matcher2_))); 6235 Matcher2 matcher2_; 6248 : matcher1_(matcher1), matcher2_(matcher2) {} 6254 matcher2_.DescribeTo(os); [all …]
|