Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7551 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting()
7565 copy_ctor_calls = 0; in Reset()
7573 static int copy_ctor_calls; member
7581 int ConstructionCounting::copy_ctor_calls = 0; member in ConstructionCounting
7594 EXPECT_EQ(ConstructionCounting::copy_ctor_calls, 0); in TEST()
7608 EXPECT_EQ(ConstructionCounting::copy_ctor_calls, 1); in TEST()
7621 EXPECT_EQ(ConstructionCounting::copy_ctor_calls, 0); in TEST()
7637 EXPECT_EQ(ConstructionCounting::copy_ctor_calls, 0); in TEST()
7652 EXPECT_EQ(ConstructionCounting::copy_ctor_calls, 0); in TEST()