OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:declared_max_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/metrics/
histogram.h
165
Sample declared_max() const { return
declared_max_
; }
272
Sample
declared_max_
; // Over this goes into the last bucket.
member in class:base::Histogram
histogram.cc
276
(expected_maximum ==
declared_max_
) &&
342
declared_max_
(maximum) {
Completed in 47 milliseconds