HomeSort by relevance Sort by last modified time
    Searched full:hash_it (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
feedback.cc 52 for (std::vector<uint32>::const_iterator hash_it = removed_hashes.begin();
53 hash_it != removed_hashes.end();
54 ++hash_it) {
55 HashMisspellingMap::iterator misspelling_it = misspellings_.find(*hash_it);
77 for (HashCollection::const_iterator hash_it = renderer_hashes.begin();
78 hash_it != renderer_hashes.end();
79 ++hash_it) {
81 misspellings_.find(*hash_it);
94 for (HashCollection::const_iterator hash_it = renderer_hashes.begin();
95 hash_it != renderer_hashes.end();)
    [all...]
feedback_sender.cc 202 for (std::set<uint32>::const_iterator hash_it = hashes.begin();
203 hash_it != hashes.end();
204 ++hash_it) {
205 Misspelling* duplicate_misspelling = feedback_.GetMisspelling(*hash_it);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter.cc 133 for (std::vector<std::string>::const_iterator hash_it =
135 hash_it != site.hostname_hashes.end(); ++hash_it) {
136 AddHostnameHash(*hash_it, site_id);
336 for (hash_site_map_iterator hash_it = bounds.first;
337 hash_it != bounds.second; hash_it++) {
338 sites->push_back(&contents_->sites[hash_it->second]);
  /art/compiler/
image_writer.cc 209 auto hash_it = saved_hashes_map_.find(bin_slot); local
210 if (hash_it != saved_hashes_map_.end()) {
211 std::pair<BinSlot, uint32_t> slot_hash = *hash_it;
213 saved_hashes_map_.erase(hash_it);
    [all...]

Completed in 438 milliseconds