Searched refs:current_index_ (Results 1 – 1 of 1) sorted by relevance
37 int current_index_; variable59 current_index_ = 0; in HashTable()169 for (current_index_ = 0; current_index_ < size_; ++current_index_) { in GetFirst()170 if (table_[current_index_]) in GetFirst()175 if (current_index_ == size_) in GetFirst()179 current_ptr_ = table_[current_index_]; in GetFirst()196 current_index_ += 1; in GetNext()200 for (; current_index_ < size_; ++current_index_) { in GetNext()201 if (table_[current_index_]) in GetNext()206 if (current_index_ == size_) { in GetNext()[all …]