Searched refs:max_ (Results 1 – 2 of 2) sorted by relevance
33 if (value >= max_) { in AddValue()35 DCHECK_GT(new_max, max_); in AddValue()62 while (max_ < new_max) { in GrowBuckets()78 max_ += bucket_width_; in GrowBuckets()87 DCHECK_LE(val, max_); in FindBucket()96 CHECK_LT(val, max_); in BucketiseValue()110 max_ = bucket_width_ * GetBucketCount(); in Initialize()
113 Value max_; variable