Home
last modified time | relevance | path

Searched refs:CountingClass (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DSmallAllocatorTest.cpp12 class CountingClass { class
14 CountingClass() { in CountingClass() function in CountingClass
18 ~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()
/external/chromium_org/third_party/skia/tests/
DSmallAllocatorTest.cpp12 class CountingClass { class
14 CountingClass() { in CountingClass() function in CountingClass
18 ~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()