Lines Matching defs:i_
210 : table_(table), i_(i), capacity_(capacity) {215 ++i_;221 return &table_[i_];225 return (i_ == rhs.i_ && table_ == rhs.table_);231 while (i_ < capacity_ && (table_[i_] == NULL || table_[i_] == kClearedJniWeakGlobal)) {232 ++i_;237 size_t i_;