Searched defs:DerivedCounter (Results 1 – 1 of 1) sorted by relevance
49 struct DerivedCounter : public EventCounter { struct50 DerivedCounter(int *counter, int magic=1234) : EventCounter(counter, magic) { } in DerivedCounter() argument