Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h290 matchers_(matchers), in OnCallSpec()
325 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()
350 ArgumentMatcherTuple matchers_;
875 matchers_(m), in TypedExpectation()
1036 return matchers_; in matchers()
1075 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); in Matches()
1102 if (!TupleMatches(matchers_, args)) { in ExplainMatchResultTo()
1103 ExplainMatchFailureTupleTo(matchers_, args, os); in ExplainMatchResultTo()
1207 ArgumentMatcherTuple matchers_; variable
1247 return function_mocker_->AddNewOnCallSpec(file, line, matchers_); in InternalDefaultActionSetAt()
[all …]
Dgmock-matchers.h2405 matchers_.reserve(a_count);
2408 matchers_.push_back(MatcherCast<const Element&>(*it));
2418 matchers_[0].DescribeTo(os);
2423 matchers_[i].DescribeTo(os);
2441 matchers_[i].DescribeNegationTo(os);
2468 if (matchers_[i].MatchAndExplain(*it, &s)) {
2501 size_t count() const { return matchers_.size(); }
2502 std::vector<Matcher<const Element&> > matchers_;
/external/ceres-solver/internal/ceres/gmock/
Dgmock.h7017 matchers_.reserve(a_count);
7020 matchers_.push_back(MatcherCast<const Element&>(*it));
7030 matchers_[0].DescribeTo(os);
7035 matchers_[i].DescribeTo(os);
7053 matchers_[i].DescribeNegationTo(os);
7080 if (matchers_[i].MatchAndExplain(*it, &s)) {
7113 size_t count() const { return matchers_.size(); }
7114 std::vector<Matcher<const Element&> > matchers_;
7894 matchers_(matchers),
7929 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
[all …]