Home
last modified time | relevance | path

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

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