Searched defs:SimpleRefCounted (Results 1 – 1 of 1) sorted by relevance
17 struct SimpleRefCounted : Base<SimpleRefCounted<Base>> { struct18 SimpleRefCounted() { ++NumInstances; } in SimpleRefCounted() function19 SimpleRefCounted(const SimpleRefCounted &RHS) : Base<SimpleRefCounted>(RHS) { in SimpleRefCounted() argument22 ~SimpleRefCounted() { --NumInstances; } in ~SimpleRefCounted()