Home
last modified time | relevance | path

Searched refs:ArrayToCustomRanges (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram.h519 static std::vector<Sample> ArrayToCustomRanges(const Sample* values,
Dhistogram_unittest.cc281 CustomHistogram::ArrayToCustomRanges(ranges, 3); in TEST_P()
Dhistogram.cc1091 std::vector<Sample> CustomHistogram::ArrayToCustomRanges( in ArrayToCustomRanges() function in base::CustomHistogram