Home | History | Annotate | Download | only in qtools

Lines Matching refs:current_index_

37     int          current_index_;
59 current_index_ = 0;
169 for (current_index_ = 0; current_index_ < size_; ++current_index_) {
170 if (table_[current_index_])
175 if (current_index_ == size_)
179 current_ptr_ = table_[current_index_];
196 current_index_ += 1;
200 for (; current_index_ < size_; ++current_index_) {
201 if (table_[current_index_])
206 if (current_index_ == size_) {
209 current_index_ = 0;
214 current_ptr_ = table_[current_index_];