Home
last modified time | relevance | path

Searched refs:extra_matcher_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h295 extra_matcher_(A<const ArgumentTuple&>()) {} in OnCallSpec()
305 extra_matcher_ = m; in With()
324 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()
350 Matcher<const ArgumentTuple&> extra_matcher_; variable
896 extra_matcher_(A<const ArgumentTuple&>()), in TypedExpectation()
922 extra_matcher_ = m; in With()
1077 return extra_matcher_; in extra_matcher()
1088 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo()
1119 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()
1150 if (!extra_matcher_.MatchAndExplain(args, &listener)) { in ExplainMatchResultTo()
[all …]