Home
last modified time | relevance | path

Searched refs:move_assignment_calls (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7558 ++move_assignment_calls; in operator =()
7568 move_assignment_calls = 0; in Reset()
7576 static int move_assignment_calls; member
7584 int ConstructionCounting::move_assignment_calls = 0; member in ConstructionCounting
7597 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()