Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_samples.cc119 bool count_is_negative = count < 0; in Accumulate() local
120 uint16_t count16 = static_cast<uint16_t>(count_is_negative ? -count : count); in Accumulate()
146 if (count_is_negative) in Accumulate()