Searched refs:GetBucketIndex (Results 1 – 8 of 8) sorted by relevance
43 size_t bucket_index = GetBucketIndex(value); in Accumulate()50 size_t bucket_index = GetBucketIndex(value); in GetCount()103 size_t SampleVector::GetBucketIndex(Sample value) const { in GetBucketIndex() function in base::SampleVector175 bool SampleVectorIterator::GetBucketIndex(size_t* index) const { in GetBucketIndex() function in base::SampleVectorIterator
53 virtual size_t GetBucketIndex(HistogramBase::Sample value) const;91 bool GetBucketIndex(size_t* index) const override;
227 EXPECT_TRUE(it.GetBucketIndex(&index)); in TEST()235 EXPECT_TRUE(it.GetBucketIndex(&index)); in TEST()257 EXPECT_TRUE(it2->GetBucketIndex(&index)); in TEST()
128 virtual bool GetBucketIndex(size_t* index) const;
150 bool SampleCountIterator::GetBucketIndex(size_t* /*index*/) const { in GetBucketIndex() function in base::SampleCountIterator
90 EXPECT_FALSE(it->GetBucketIndex(NULL)); in TEST()
173 EXPECT_FALSE(it->GetBucketIndex(NULL)); in TEST()
256 function GetBucketIndex(const Key: TKey; HashCode: Integer): Integer;599 function TDictionary<TKey,TValue>.GetBucketIndex(const Key: TKey; HashCode: Integer): Integer; in GetBucketIndex() function645 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;