Lines Matching refs:HT
1324 #define HT(name, caption, max, res) \ macro
1326 HISTOGRAM_TIMER_LIST(HT)
1327 #undef HT
1329 #define HT(name, caption, max, res) \ macro
1331 TIMED_HISTOGRAM_LIST(HT)
1332 #undef HT
1430 #define HT(name, caption, max, res) HistogramTimer name##_; macro
1431 HISTOGRAM_TIMER_LIST(HT)
1432 #undef HT
1434 #define HT(name, caption, max, res) TimedHistogram name##_; macro
1435 TIMED_HISTOGRAM_LIST(HT)
1436 #undef HT