Searched refs:bucketList_ (Results 1 – 1 of 1) sorted by relevance
128 : bucketList_(bucketList), immutableVisibleList_(publicBucketList) { in BucketList()147 int32_t limit = bucketList_->size(); in getBucketIndex()150 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, i); in getBucketIndex()159 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, start); in getBucketIndex()167 UVector *bucketList_; member in BucketList173 delete bucketList_; in ~BucketList()174 if (immutableVisibleList_ != bucketList_) { in ~BucketList()656 Bucket *currentBucket = getBucket(*buckets_->bucketList_, 0); in initBuckets()660 if (bucketIndex < buckets_->bucketList_->size()) { in initBuckets()661 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()[all …]