Searched refs:labelsIterIndex_ (Results 1 – 2 of 2) sorted by relevance
207 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex()218 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex()701 labelsIterIndex_ = -1; in internalResetBucketIterator()1110 return labelsIterIndex_; in getBucketIndex()1126 ++labelsIterIndex_; in nextBucket()1127 if (labelsIterIndex_ >= buckets_->getBucketCount()) { in nextBucket()1128 labelsIterIndex_ = buckets_->getBucketCount(); in nextBucket()1131 currentBucket_ = getBucket(*buckets_->immutableVisibleList_, labelsIterIndex_); in nextBucket()
727 int32_t labelsIterIndex_; // Index of next item to return. variable