Searched defs:CopyCounter (Results 1 – 1 of 1) sorted by relevance
58 struct CopyCounter { struct61 CopyCounter() { } in CopyCounter() function63 CopyCounter(const CopyCounter& nc) {++mCount;} in CopyCounter() function