Lines Matching full:matchers_
6192 : matchers_(MatcherListType::BuildList(matchers...)) {}
6200 matchers_);
6206 const typename MatcherListType::ListType matchers_;
7536 matchers_.push_back(MatcherCast<const Element&>(*first++));
7546 matchers_[0].DescribeTo(os);
7551 matchers_[i].DescribeTo(os);
7569 matchers_[i].DescribeNegationTo(os);
7597 match = matchers_[exam_pos].MatchAndExplain(*it, &s);
7600 match = matchers_[exam_pos].Matches(*it);
7661 size_t count() const { return matchers_.size(); }
7663 ::std::vector<Matcher<const Element&> > matchers_;
7776 matchers_.push_back(MatcherCast<const Element&>(*first));
7777 matcher_describers().push_back(matchers_.back().GetDescriber());
7801 if (actual_count == 0 && matchers_.empty()) {
7804 if (actual_count != matchers_.size()) {
7834 for (size_t irhs = 0; irhs != matchers_.size(); ++irhs) {
7835 did_match.push_back(Matches(matchers_[irhs])(*elem_first));
7839 MatchMatrix matrix(num_elements, matchers_.size());
7842 for (size_t irhs = 0; irhs != matchers_.size(); ++irhs) {
7849 MatcherVec matchers_;
7869 : matchers_(args) {}
7879 TransformTupleValues(CastAndAppendTransform<const Element&>(), matchers_,
7886 const MatcherTuple matchers_;
7894 explicit ElementsAreMatcher(const MatcherTuple& args) : matchers_(args) {}
7904 TransformTupleValues(CastAndAppendTransform<const Element&>(), matchers_,
7911 const MatcherTuple matchers_;
7923 : matchers_(first, last) {}
7928 new UnorderedElementsAreMatcherImpl<Container>(matchers_.begin(),
7929 matchers_.end()));
7933 ::std::vector<T> matchers_;
7943 ElementsAreArrayMatcher(Iter first, Iter last) : matchers_(first, last) {}
7948 matchers_.begin(), matchers_.end()));
7952 const ::std::vector<T> matchers_;
8859 matchers_(matchers),
8894 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
8916 // matchers => matchers_
8919 ArgumentMatcherTuple matchers_;
9452 matchers_(m),
9613 return matchers_;
9652 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
9680 if (!TupleMatches(matchers_, args)) {
9681 ExplainMatchFailureTupleTo(matchers_, args, os);
9787 ArgumentMatcherTuple matchers_;
9827 return function_mocker_->AddNewOnCallSpec(file, line, matchers_);
9837 file, line, source_text, matchers_);
9845 matchers_ = matchers;
9851 ArgumentMatcherTuple matchers_;