Searched defs:GetBucketIndex (Results 1 - 2 of 2) sorted by path

/external/chromium_org/base/metrics/
H A Dhistogram_samples.cc132 bool SampleCountIterator::GetBucketIndex(size_t* index) const { function in class:base::SampleCountIterator
H A Dsample_vector.cc26 size_t bucket_index = GetBucketIndex(value);
34 size_t bucket_index = GetBucketIndex(value);
89 size_t SampleVector::GetBucketIndex(Sample value) const { function in class:SampleVector
147 bool SampleVectorIterator::GetBucketIndex(size_t* index) const { function in class:SampleVectorIterator

Completed in 310 milliseconds