Searched refs:BucketIndex (Results 1 – 2 of 2) sorted by relevance
152 for (BucketIndex bucketIndex = 0; bucketIndex < bucketsSize_;172 BucketIndex tempBucketsSize = bucketsSize_;175 BucketIndex tempItemCount = itemCount_;185 ValueInternalMap::BucketIndex ValueInternalMap::size() const {189 bool ValueInternalMap::reserveDelta(BucketIndex growth) {193 bool ValueInternalMap::reserve(BucketIndex newItemCount) {199 // BucketIndex idealBucketCount = (newItemCount +208 BucketIndex bucketIndex = hashedKey % bucketsSize_;211 for (BucketIndex index = 0; index < ValueInternalLink::itemPerLink;230 BucketIndex bucketIndex = hashedKey % bucketsSize_;[all …]
672 typedef unsigned int BucketIndex; typedef679 BucketIndex itemIndex_;680 BucketIndex bucketIndex_;691 BucketIndex size() const;695 bool reserveDelta(BucketIndex growth);697 bool reserve(BucketIndex newItemCount);708 BucketIndex index,709 BucketIndex bucketIndex);711 ValueInternalLink*& getLastLinkInBucket(BucketIndex bucketIndex);716 BucketIndex index);[all …]