Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h291 matchers_(matchers), in OnCallSpec()
326 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()
351 ArgumentMatcherTuple matchers_;
880 matchers_(m), in TypedExpectation()
1041 return matchers_; in matchers()
1080 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()
1108 if (!TupleMatches(matchers_, args)) { in ExplainMatchResultTo()
1109 ExplainMatchFailureTupleTo(matchers_, args, os); in ExplainMatchResultTo()
1215 ArgumentMatcherTuple matchers_; variable
1255 return function_mocker_->AddNewOnCallSpec(file, line, matchers_); in InternalDefaultActionSetAt()
[all …]
Dgmock-matchers.h2531 matchers_.reserve(a_count);
2534 matchers_.push_back(MatcherCast<const Element&>(*it));
2544 matchers_[0].DescribeTo(os);
2549 matchers_[i].DescribeTo(os);
2567 matchers_[i].DescribeNegationTo(os);
2594 if (matchers_[i].MatchAndExplain(*it, &s)) {
2627 size_t count() const { return matchers_.size(); }
2628 std::vector<Matcher<const Element&> > matchers_;