Searched refs:move_assignment_calls (Results 1 – 1 of 1) sorted by relevance
7566 ++move_assignment_calls; in operator =()7576 move_assignment_calls = 0; in Reset()7584 static int move_assignment_calls; member7592 int ConstructionCounting::move_assignment_calls = 0; member in ConstructionCounting7605 EXPECT_EQ(ConstructionCounting::move_assignment_calls, 0); in TEST()7619 EXPECT_EQ(ConstructionCounting::move_assignment_calls, 0); in TEST()7632 EXPECT_EQ(ConstructionCounting::move_assignment_calls, 0); in TEST()7648 EXPECT_EQ(ConstructionCounting::move_assignment_calls, 0); in TEST()7663 EXPECT_EQ(ConstructionCounting::move_assignment_calls, 1); in TEST()