Searched refs:dtor_calls (Results 1 – 1 of 1) sorted by relevance
7598 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting()7612 dtor_calls = 0; in Reset()7620 static int dtor_calls; member7628 int ConstructionCounting::dtor_calls = 0; member in ConstructionCounting7641 EXPECT_EQ(ConstructionCounting::dtor_calls, 1); in TEST()7655 EXPECT_EQ(ConstructionCounting::dtor_calls, 2); in TEST()7668 EXPECT_EQ(ConstructionCounting::dtor_calls, 2); in TEST()7684 EXPECT_EQ(ConstructionCounting::dtor_calls, 2); in TEST()7699 EXPECT_EQ(ConstructionCounting::dtor_calls, 2); in TEST()