Lines Matching refs:StatsTable
33 class StatsTable {
35 StatsTable(const StatsTable&) = delete;
36 StatsTable& operator=(const StatsTable&) = delete;
87 explicit StatsTable(Counters* counters);
95 // StatsTable. They are designed to be lightweight to create and easy to use.
97 // Internally, a counter represents a value in a row of a StatsTable.
154 // StatsTable. Note: This class is thread safe.
621 friend class StatsTable;
694 StatsTable stats_table_;