Searched refs:copy_assignment_calls (Results 1 – 1 of 1) sorted by relevance
7602 ++copy_assignment_calls; in operator =()7615 copy_assignment_calls = 0; in Reset()7623 static int copy_assignment_calls; member7631 int ConstructionCounting::copy_assignment_calls = 0; member in ConstructionCounting7644 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()7658 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()7671 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()7687 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 1); in TEST()7702 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()