Searched refs:move_assignment_calls (Results 1 – 1 of 1) sorted by relevance
7558 ++move_assignment_calls; in operator =()7568 move_assignment_calls = 0; in Reset()7576 static int move_assignment_calls; member7584 int ConstructionCounting::move_assignment_calls = 0; member in ConstructionCounting7597 EXPECT_EQ(ConstructionCounting::move_assignment_calls, 0); in TEST()7611 EXPECT_EQ(ConstructionCounting::move_assignment_calls, 0); in TEST()7624 EXPECT_EQ(ConstructionCounting::move_assignment_calls, 0); in TEST()7640 EXPECT_EQ(ConstructionCounting::move_assignment_calls, 0); in TEST()7655 EXPECT_EQ(ConstructionCounting::move_assignment_calls, 1); in TEST()