Searched refs:extra_matcher_ (Results 1 – 1 of 1) sorted by relevance
316 extra_matcher_(A<const ArgumentTuple&>()) {} in OnCallSpec()326 extra_matcher_ = m; in With()345 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()371 Matcher<const ArgumentTuple&> extra_matcher_; variable910 extra_matcher_(A<const ArgumentTuple&>()), in TypedExpectation()936 extra_matcher_ = m; in With()1071 return extra_matcher_; in extra_matcher()1082 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo()1103 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()1136 if (!extra_matcher_.MatchAndExplain(args, &listener)) { in ExplainMatchResultTo()[all …]