OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBucketIndex
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/base/metrics/
sample_vector.h
44
virtual size_t
GetBucketIndex
(HistogramBase::Sample value) const;
71
virtual bool
GetBucketIndex
(size_t* index) const OVERRIDE;
sample_vector.cc
26
size_t bucket_index =
GetBucketIndex
(value);
34
size_t bucket_index =
GetBucketIndex
(value);
86
size_t SampleVector::
GetBucketIndex
(Sample value) const {
144
bool SampleVectorIterator::
GetBucketIndex
(size_t* index) const {
histogram_samples.h
82
virtual bool
GetBucketIndex
(size_t* index) const;
sample_vector_unittest.cc
198
EXPECT_TRUE(it.
GetBucketIndex
(&index));
206
EXPECT_TRUE(it.
GetBucketIndex
(&index));
228
EXPECT_TRUE(it2->
GetBucketIndex
(&index));
histogram_samples.cc
122
bool SampleCountIterator::
GetBucketIndex
(size_t* index) const {
sample_map_unittest.cc
74
EXPECT_FALSE(it->
GetBucketIndex
(NULL));
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas
256
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 2006 milliseconds