OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:declared_max_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/metrics/
histogram.h
427
Sample declared_max() const { return
declared_max_
; }
530
Sample
declared_max_
; // Over this goes into the last bucket.
member in class:base::Histogram
/external/chromium/base/metrics/
histogram.h
442
Sample declared_max() const { return
declared_max_
; }
501
// values relate properly to the declared_min_ and
declared_max_
)..
556
Sample
declared_max_
; // Over this goes into counts_[bucket_count_ - 1].
member in class:base::Histogram
Completed in 132 milliseconds