Searched refs:labelsIterIndex_ (Results 1 – 2 of 2) sorted by relevance
206 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex()217 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex()707 labelsIterIndex_ = -1; in internalResetBucketIterator()1231 return labelsIterIndex_; in getBucketIndex()1247 ++labelsIterIndex_; in nextBucket()1248 if (labelsIterIndex_ >= buckets_->getBucketCount()) { in nextBucket()1249 labelsIterIndex_ = buckets_->getBucketCount(); in nextBucket()1252 currentBucket_ = getBucket(*buckets_->immutableVisibleList_, labelsIterIndex_); in nextBucket()
728 int32_t labelsIterIndex_; // Index of next item to return. variable