Searched refs:extra_matcher_ (Results 1 – 2 of 2) sorted by relevance
295 extra_matcher_(A<const ArgumentTuple&>()) { in OnCallSpec()306 extra_matcher_ = m; in With()325 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()351 Matcher<const ArgumentTuple&> extra_matcher_; variable880 extra_matcher_(A<const ArgumentTuple&>()), in TypedExpectation()906 extra_matcher_ = m; in With()1041 return extra_matcher_; in extra_matcher()1052 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo()1075 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()1106 if (!extra_matcher_.MatchAndExplain(args, &listener)) { in ExplainMatchResultTo()[all …]
7899 extra_matcher_(A<const ArgumentTuple&>()) {7910 extra_matcher_ = m;7929 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);7955 Matcher<const ArgumentTuple&> extra_matcher_;8484 extra_matcher_(A<const ArgumentTuple&>()),8510 extra_matcher_ = m;8645 return extra_matcher_;8656 extra_matcher_.DescribeTo(os);8679 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);8710 if (!extra_matcher_.MatchAndExplain(args, &listener)) {[all …]