Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:num_matches

653   const size_t num_matches = std::min(kMaxMatches, matches_.size());
654 std::partial_sort(matches_.begin(), matches_.begin() + num_matches,
656 matches_.resize(num_matches);