Searched refs:labelsIterIndex_ (Results 1 – 2 of 2) sorted by relevance
205 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex()216 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex()699 labelsIterIndex_ = -1; in internalResetBucketIterator()1113 return labelsIterIndex_; in getBucketIndex()1129 ++labelsIterIndex_; in nextBucket()1130 if (labelsIterIndex_ >= buckets_->getBucketCount()) { in nextBucket()1131 labelsIterIndex_ = buckets_->getBucketCount(); in nextBucket()1134 currentBucket_ = getBucket(*buckets_->immutableVisibleList_, labelsIterIndex_); in nextBucket()
719 int32_t labelsIterIndex_; // Index of next item to return. variable