Searched refs:HashMisspellingMap (Results 1 – 2 of 2) sorted by relevance
33 HashMisspellingMap::iterator misspelling_it = misspellings_.find(hash); in GetMisspelling()55 HashMisspellingMap::iterator misspelling_it = misspellings_.find(*hash_it); in FinalizeRemovedMisspellings()80 HashMisspellingMap::const_iterator misspelling_it = in GetMisspellingsInRenderer()96 HashMisspellingMap::iterator misspelling_it = misspellings_.find(*hash_it); in EraseFinalizedMisspellings()118 HashMisspellingMap::iterator misspelling_it = in AddMisspelling()154 for (HashMisspellingMap::iterator misspelling_it = misspellings_.begin(); in FinalizeAllMisspellings()164 for (HashMisspellingMap::const_iterator misspelling_it = in GetAllMisspellings()
88 typedef std::map<uint32, Misspelling> HashMisspellingMap; typedef99 HashMisspellingMap misspellings_;