Home
last modified time | relevance | path

Searched refs:expected_minimum (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/metrics/
Dsparse_histogram.h75 bool HasConstructionArguments(Sample expected_minimum,
Dhistogram_base.h164 Sample expected_minimum,
Dhistogram.h200 bool HasConstructionArguments(Sample expected_minimum,
Dhistogram.cc408 bool Histogram::HasConstructionArguments(Sample expected_minimum, in HasConstructionArguments() argument
411 return ((expected_minimum == declared_min_) && in HasConstructionArguments()