Searched refs:match_iter (Results 1 – 2 of 2) sorted by relevance
35 for (MatchPositions::const_iterator match_iter = match_positions.begin(); in ReplaceOffsetsInMatchPositions() local36 match_iter != match_positions.end(); ++match_iter, ++offset_iter) { in ReplaceOffsetsInMatchPositions()
206 for (ScoredHistoryMatches::const_iterator match_iter = matches.begin(); in DoAutocomplete() local207 match_iter != matches.end(); ++match_iter) { in DoAutocomplete()208 const ScoredHistoryMatch& history_match(*match_iter); in DoAutocomplete()