Lines Matching defs:RefCount
189 class RefCount192 RefCount (void)197 RefCount (int* count)203 RefCount (const RefCount& other)210 ~RefCount (void)216 RefCount& operator= (const RefCount& other)241 PoolArray<RefCount> arr (&pool);243 RefCount counter (&count);