Lines Matching refs:HT
148 #define HT(name, caption, max, res) \ in Counters() macro
150 HISTOGRAM_TIMER_LIST(HT) in Counters()
151 #undef HT in Counters()
164 #define HT(name, caption, max, res) \ in Counters() macro
166 TIMED_HISTOGRAM_LIST(HT) in Counters()
167 #undef HT in Counters()
290 #define HT(name, caption, max, res) name##_.Reset(); in ResetCreateHistogramFunction() macro
291 HISTOGRAM_TIMER_LIST(HT) in ResetCreateHistogramFunction()
292 #undef HT in ResetCreateHistogramFunction()
294 #define HT(name, caption, max, res) name##_.Reset(); in ResetCreateHistogramFunction() macro
295 TIMED_HISTOGRAM_LIST(HT) in ResetCreateHistogramFunction()
296 #undef HT in ResetCreateHistogramFunction()