Searched refs:bucketsSize_ (Results 1 – 2 of 2) sorted by relevance
128 : buckets_(0), tailLink_(0), bucketsSize_(0), itemCount_(0) {}131 : buckets_(0), tailLink_(0), bucketsSize_(0), itemCount_(0) {152 for (BucketIndex bucketIndex = 0; bucketIndex < bucketsSize_;172 BucketIndex tempBucketsSize = bucketsSize_;173 bucketsSize_ = other.bucketsSize_;174 other.bucketsSize_ = tempBucketsSize;196 bucketsSize_ = 1;205 if (!bucketsSize_)208 BucketIndex bucketIndex = hashedKey % bucketsSize_;229 if (bucketsSize_) {[all …]
739 BucketIndex bucketsSize_; variable