Searched refs:copy_ctor_calls (Results 1 – 1 of 1) sorted by relevance
7551 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting()7565 copy_ctor_calls = 0; in Reset()7573 static int copy_ctor_calls; member7581 int ConstructionCounting::copy_ctor_calls = 0; member in ConstructionCounting7594 EXPECT_EQ(ConstructionCounting::copy_ctor_calls, 0); in TEST()7608 EXPECT_EQ(ConstructionCounting::copy_ctor_calls, 1); in TEST()7621 EXPECT_EQ(ConstructionCounting::copy_ctor_calls, 0); in TEST()7637 EXPECT_EQ(ConstructionCounting::copy_ctor_calls, 0); in TEST()7652 EXPECT_EQ(ConstructionCounting::copy_ctor_calls, 0); in TEST()