Home
last modified time | relevance | path

Searched defs:GetBucketIndex (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dsample_vector.cc217 size_t SampleVectorBase::GetBucketIndex(Sample value) const { in GetBucketIndex() function in base::SampleVectorBase
411 bool SampleVectorIterator::GetBucketIndex(size_t* index) const { in GetBucketIndex() function in base::SampleVectorIterator
Dhistogram_samples.cc268 bool SampleCountIterator::GetBucketIndex(size_t* index) const { in GetBucketIndex() function in base::SampleCountIterator
307 bool SingleSampleIterator::GetBucketIndex(size_t* index) const { in GetBucketIndex() function in base::SingleSampleIterator
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas599 function TDictionary<TKey,TValue>.GetBucketIndex(const Key: TKey; HashCode: Integer): Integer; in GetBucketIndex() function