Lines Matching refs:HT
159 #define HT(name, caption, max, res) \ in Counters() macro
161 HISTOGRAM_TIMER_LIST(HT) in Counters()
162 #undef HT in Counters()
175 #define HT(name, caption, max, res) \ in Counters() macro
177 TIMED_HISTOGRAM_LIST(HT) in Counters()
178 #undef HT in Counters()
301 #define HT(name, caption, max, res) name##_.Reset(); in ResetCreateHistogramFunction() macro
302 HISTOGRAM_TIMER_LIST(HT) in ResetCreateHistogramFunction()
303 #undef HT in ResetCreateHistogramFunction()
305 #define HT(name, caption, max, res) name##_.Reset(); in ResetCreateHistogramFunction() macro
306 TIMED_HISTOGRAM_LIST(HT) in ResetCreateHistogramFunction()
307 #undef HT in ResetCreateHistogramFunction()