Searched refs:statistics_counter (Results 1 – 2 of 2) sorted by relevance
36 struct statistics_counter { struct46 struct stats_counter_hasher : pointer_hash <statistics_counter> argument48 static inline hashval_t hash (const statistics_counter *);49 static inline bool equal (const statistics_counter *,50 const statistics_counter *);51 static inline void remove (statistics_counter *);57 stats_counter_hasher::hash (const statistics_counter *c) in hash()65 stats_counter_hasher::equal (const statistics_counter *c1, in equal()66 const statistics_counter *c2) in equal()74 stats_counter_hasher::remove (statistics_counter *v) in remove()[all …]