Searched refs:extra_matcher_ (Results 1 – 1 of 1) 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 …]