Searched refs:currentPageIndex_ (Results 1 – 2 of 2) sorted by relevance
143 x.currentPageIndex_ == other.currentPageIndex_;148 it.array_ && (it.currentPageIndex_ - it.array_->pages_) * itemsPerPage +155 ++(it.currentPageIndex_);161 it.array_ && it.currentPageIndex_ == it.array_->pages_ &&166 --(it.currentPageIndex_);173 return (*(it.currentPageIndex_))[it.currentItemIndex_];178 it.array_ && (it.currentPageIndex_ - it.array_->pages_) * itemsPerPage +188 it.currentPageIndex_ = pages_;195 it.currentPageIndex_ = pages_ + index / itemsPerPage;341 return ArrayIndex((iterator.currentPageIndex_ - iterator.array_->pages_) *
771 IteratorState() : array_(0), currentPageIndex_(0), currentItemIndex_(0) {} in IteratorState()773 Value** currentPageIndex_; member