Home
last modified time | relevance | path

Searched refs:declared_max (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram.cc46 int* declared_max, in ReadHistogramArguments() argument
52 !iter->ReadInt(declared_max) || in ReadHistogramArguments()
61 if (*declared_max <= 0 || in ReadHistogramArguments()
63 *declared_max < *declared_min || in ReadHistogramArguments()
403 Sample Histogram::declared_max() const { in declared_max() function in base::Histogram
485 expected_maximum == declared_max()); in HasConstructionArguments()
579 pickle->WriteInt(declared_max()); in SerializeInfoImpl()
643 int declared_max; in DeserializeInfoImpl() local
648 &declared_max, &bucket_count, &range_checksum)) { in DeserializeInfoImpl()
654 histogram_name, declared_min, declared_max, bucket_count, flags); in DeserializeInfoImpl()
[all …]
Dhistogram.h191 Sample declared_max() const;