Home | History | Annotate | Download | only in history

Lines Matching refs:t_iter

633   TermCharWordSetVector::iterator t_iter = term_char_word_set_cache_.begin();
636 (t_iter != term_char_word_set_cache_.end()) &&
637 (*c_iter == t_iter->char_);
638 ++c_iter, ++t_iter)
639 t_iter->used_ = true; // Update the cache.
640 return t_iter - term_char_word_set_cache_.begin() - 1;