Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h296 extra_matcher_(A<const ArgumentTuple&>()) { in OnCallSpec()
307 extra_matcher_ = m; in With()
326 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()
352 Matcher<const ArgumentTuple&> extra_matcher_; variable
885 extra_matcher_(A<const ArgumentTuple&>()), in TypedExpectation()
911 extra_matcher_ = m; in With()
1046 return extra_matcher_; in extra_matcher()
1057 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo()
1080 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()
1112 if (!extra_matcher_.MatchAndExplain(args, &listener)) { in ExplainMatchResultTo()
[all …]