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.cc7554 ++copy_assignment_calls; in operator =()
7567 copy_assignment_calls = 0; in Reset()
7575 static int copy_assignment_calls; member
7583 int ConstructionCounting::copy_assignment_calls = 0; member in ConstructionCounting
7596 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()
7610 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()
7623 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()
7639 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 1); in TEST()
7654 EXPECT_EQ(ConstructionCounting::copy_assignment_calls, 0); in TEST()