Searched refs:DebugCounterList (Results 1 – 1 of 1) sorted by relevance
15 class DebugCounterList : public cl::list<std::string, DebugCounter> { class21 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList() function in __anon1cb7c1b70111::DebugCounterList49 return new DebugCounterList( in call()58 static ManagedStatic<DebugCounterList, CreateDebugCounterOption>