Searched refs:word_iter (Results 1 – 1 of 1) sorted by relevance
189 for (String16Set::iterator word_iter = words.begin(); in IndexRow() local190 word_iter != words.end(); ++word_iter) in IndexRow()191 AddWordToIndex(*word_iter, history_id); in IndexRow()458 WordIDHistoryMap::iterator word_iter = word_id_history_map_.find(word_id); in HistoryIDsForTerm() local459 if (word_iter != word_id_history_map_.end()) { in HistoryIDsForTerm()460 HistoryIDSet& word_history_id_set(word_iter->second); in HistoryIDsForTerm()