Lines Matching refs:itemCount_
128 : buckets_(0), tailLink_(0), bucketsSize_(0), itemCount_(0) {}
131 : buckets_(0), tailLink_(0), bucketsSize_(0), itemCount_(0) {
132 reserve(other.itemCount_);
175 BucketIndex tempItemCount = itemCount_;
176 itemCount_ = other.itemCount_;
177 other.itemCount_ = tempItemCount;
186 return itemCount_;
190 return reserve(itemCount_ + growth);
302 --itemCount_;
320 ++itemCount_;
358 int sizeDiff(itemCount_ - other.itemCount_);