Home | History | Annotate | Download | only in runtime

Lines Matching full:index_

1946       : arr_(arr), index_(0) {}
1949 ++index_;
1950 if (index_ <= arr_->GetLength()) {
1951 arr_->Set(index_ - 1, klass);
1958 return index_ <= arr_->GetLength();
1963 int32_t index_;