Home | History | Annotate | Download | only in spellchecker

Lines Matching full:vector

41     const std::vector<uint32>& remaining_markers) {
49 std::vector<uint32> removed_hashes =
50 base::STLSetDifference<std::vector<uint32> >(renderer_hashes,
52 for (std::vector<uint32>::const_iterator hash_it = removed_hashes.begin();
69 std::vector<Misspelling> Feedback::GetMisspellingsInRenderer(
71 std::vector<Misspelling> misspellings_in_renderer;
142 std::vector<int> Feedback::GetRendersWithMisspellings() const {
143 std::vector<int> renderers_with_misspellings;
162 std::vector<Misspelling> Feedback::GetAllMisspellings() const {
163 std::vector<Misspelling> all_misspellings;