Searched refs:sDestructorCalls (Results 1 – 1 of 1) sorted by relevance
47 static uint16_t sDestructorCalls = 0; variable73 ~Entry(void) { sDestructorCalls++; } in ~Entry()172 … printf("} (constructor-calls:%u, destructor-calls:%u)\n", sConstructorCalls, sDestructorCalls); in VerifyArray()173 VerifyOrQuit(sConstructorCalls - sDestructorCalls == aArray.GetLength()); in VerifyArray()343 VerifyOrQuit(sDestructorCalls == 0); in TestHeapArray()479 printf(" - (constructor-calls:%u, destructor-calls:%u)\n", sConstructorCalls, sDestructorCalls); in TestHeapArray()480 VerifyOrQuit(sConstructorCalls == sDestructorCalls, in TestHeapArray()