Home | History | Annotate | Download | only in history

Lines Matching defs:last_match

662   TermMatch last_match = sorted_matches[0];
663 clean_matches.push_back(last_match);
666 if (iter->offset >= last_match.offset + last_match.length) {
667 last_match = *iter;
668 clean_matches.push_back(last_match);