Searched refs:CounterStats (Results 1 – 3 of 3) sorted by relevance
247 using CounterStats = StatsdStatsReport_CounterStats; variable249 EQ_MATCHER(CounterStats,250 PROPERTY_EQ(CounterStats, counter_type),251 PROPERTY_EQ(CounterStats, count)253 TYPE_PRINTER(CounterStats,
466 message CounterStats { message755 repeated CounterStats counters = 1;
1223 CounterStats buildCounterStats(CounterType counter, int32_t count) { in buildCounterStats()1224 CounterStats msg; in buildCounterStats()1240 vector<CounterStats> expectedCounterStats{ in TEST()