Searched refs:GetBucketIndex (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/metrics/
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
H A Dsample_vector.h44 virtual size_t GetBucketIndex(HistogramBase::Sample value) const;
71 virtual bool GetBucketIndex(size_t* index) const OVERRIDE;
H A Dhistogram_samples.h84 virtual bool GetBucketIndex(size_t* index) const;
H A Dsample_vector_unittest.cc198 EXPECT_TRUE(it.GetBucketIndex(&index));
206 EXPECT_TRUE(it.GetBucketIndex(&index));
228 EXPECT_TRUE(it2->GetBucketIndex(&index));
H A Dhistogram_samples.cc132 bool SampleCountIterator::GetBucketIndex(size_t* index) const { function in class:base::SampleCountIterator
H A Dsample_map_unittest.cc74 EXPECT_FALSE(it->GetBucketIndex(NULL));
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas256 function GetBucketIndex(const Key: TKey; HashCode: Integer): Integer;
599 function TDictionary<TKey,TValue>.GetBucketIndex(const Key: TKey; HashCode: Integer): Integer;
645 index := GetBucketIndex(Key, Hash(Key));
656 index := GetBucketIndex(Key, Hash(Key));
668 index := not GetBucketIndex(Key, HashCode);
753 index := GetBucketIndex(Key, hc);
773 index := GetBucketIndex(Key, hc);
840 index := GetBucketIndex(Key, Hash(Key));
871 Result := GetBucketIndex(Key, Hash(Key)) >= 0;

Completed in 131 milliseconds