Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7602 ++copy_assignment_calls; in operator =()
7615 copy_assignment_calls = 0; in Reset()
7623 static int copy_assignment_calls; member
7631 int ConstructionCounting::copy_assignment_calls = 0; member in ConstructionCounting
7644 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()
7658 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()
7671 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()
7687 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 1); in TEST()
7702 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()