Home | History | Annotate | Download | only in test

Lines Matching full:matches_

4744       matches_.clear();
4756 matches_.push_back(ElementMatcherPair(lhs, rhs));
4759 if (matches_.size() > best_so_far_.size()) {
4760 best_so_far_ = matches_;
4765 const ElementMatcherPair& back = matches_.back();
4768 matches_.pop_back();
4797 ElementMatcherPairs matches_;