Lines Matching refs:counter
29 struct counter struct
38 counter::reset () in reset() argument
45 to_string (const counter &c) in to_string()
53 template <counter *Counter>
61 template<counter *Counter>
68 template<counter *Counter>
75 template<counter *Counter>
83 static counter counter_static;
84 static counter counter_anonymous_namespace;
85 static counter counter_extern;
86 static counter counter_function_local;