HomeSort by relevance Sort by last modified time
    Searched refs:CountingClass (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
SmallAllocatorTest.cpp 12 class CountingClass {
14 CountingClass() {
18 ~CountingClass() {
28 int CountingClass::kCount;
34 CountingClass* c = alloc.template createT<CountingClass>();
36 REPORTER_ASSERT(reporter, CountingClass::GetCount() == static_cast<int>(i+1));
39 REPORTER_ASSERT(reporter, CountingClass::GetCount() == 0);
46 // allocations (since SkAlign4(sizeof(CountingClass)) == 4 and the allocator
  /external/skia/tests/
SmallAllocatorTest.cpp 12 class CountingClass {
14 CountingClass() {
18 ~CountingClass() {
28 int CountingClass::kCount;
34 CountingClass* c = alloc.template createT<CountingClass>();
36 REPORTER_ASSERT(reporter, CountingClass::GetCount() == static_cast<int>(i+1));
39 REPORTER_ASSERT(reporter, CountingClass::GetCount() == 0);
46 // allocations (since SkAlign4(sizeof(CountingClass)) == 4 and the allocator

Completed in 114 milliseconds