Searched refs:CountingClass (Results 1 – 2 of 2) sorted by relevance
12 class CountingClass { class14 CountingClass() { in CountingClass() function in CountingClass18 ~CountingClass() { in ~CountingClass()28 int CountingClass::kCount;34 CountingClass* c = alloc.template createT<CountingClass>(); in test_allocator()36 REPORTER_ASSERT(reporter, CountingClass::GetCount() == static_cast<int>(i+1)); in test_allocator()39 REPORTER_ASSERT(reporter, CountingClass::GetCount() == 0); in test_allocator()