Home
last modified time | relevance | path

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

/external/chromium_org/base/metrics/
Dsample_vector.cc86 size_t SampleVector::GetBucketIndex(Sample value) const { in GetBucketIndex() function in base::SampleVector
144 bool SampleVectorIterator::GetBucketIndex(size_t* index) const { in GetBucketIndex() function in base::SampleVectorIterator
Dhistogram_samples.cc122 bool SampleCountIterator::GetBucketIndex(size_t* index) const { in GetBucketIndex() function in base::SampleCountIterator
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas599 function TDictionary<TKey,TValue>.GetBucketIndex(const Key: TKey; HashCode: Integer): Integer; in GetBucketIndex() function