Searched refs:IdealBucketCount (Results 1 – 1 of 1) sorted by relevance
55 num_buckets_(other.IdealBucketCount()), in ValueSet()77 return other.IdealBucketCount() == num_buckets_; in CanHoldCopyOf()79 return other.IdealBucketCount() <= num_buckets_; in CanHoldCopyOf()163 DCHECK_GE(num_buckets_, other.IdealBucketCount()); in PopulateFromInternal()286 size_t IdealBucketCount() const { in IdealBucketCount() function in art::ValueSet