Searched refs:copy_assignment_calls (Results 1 – 1 of 1) sorted by relevance
7554 ++copy_assignment_calls; in operator =()7567 copy_assignment_calls = 0; in Reset()7575 static int copy_assignment_calls; member7583 int ConstructionCounting::copy_assignment_calls = 0; member in ConstructionCounting7596 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()7610 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()7623 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()7639 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 1); in TEST()7654 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()