OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetBucketCount
(Results
1 - 2
of
2
) sorted by null
/art/libartbase/base/
histogram-inl.h
98
DCHECK_LE(bucket_idx,
GetBucketCount
());
118
max_ = bucket_width_ *
GetBucketCount
();
121
template <class Value> inline size_t Histogram<Value>::
GetBucketCount
() const {
137
DCHECK_LE(bucket_idx,
GetBucketCount
());
/external/libchrome/base/test/metrics/
histogram_tester.cc
95
HistogramBase::Count HistogramTester::
GetBucketCount
(
Completed in 891 milliseconds