Searched refs:bucketList_ (Results 1 – 1 of 1) sorted by relevance
127 : bucketList_(bucketList), immutableVisibleList_(publicBucketList) { in BucketList()146 int32_t limit = bucketList_->size(); in getBucketIndex()149 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, i); in getBucketIndex()158 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, start); in getBucketIndex()166 UVector *bucketList_; member in BucketList172 delete bucketList_; in ~BucketList()173 if (immutableVisibleList_ != bucketList_) { in ~BucketList()648 Bucket *currentBucket = getBucket(*buckets_->bucketList_, 0); in initBuckets()652 if (bucketIndex < buckets_->bucketList_->size()) { in initBuckets()653 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()[all …]