Searched refs:bucketList_ (Results 1 – 1 of 1) sorted by relevance
129 : bucketList_(bucketList), immutableVisibleList_(publicBucketList) { in BucketList()148 int32_t limit = bucketList_->size(); in getBucketIndex()151 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, i); in getBucketIndex()160 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, start); in getBucketIndex()168 UVector *bucketList_; member in BucketList174 delete bucketList_; in ~BucketList()175 if (immutableVisibleList_ != bucketList_) { in ~BucketList()650 Bucket *currentBucket = getBucket(*buckets_->bucketList_, 0); in initBuckets()654 if (bucketIndex < buckets_->bucketList_->size()) { in initBuckets()655 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()[all …]