Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7552 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting()
7566 move_ctor_calls = 0; in Reset()
7574 static int move_ctor_calls; member
7582 int ConstructionCounting::move_ctor_calls = 0; member in ConstructionCounting
7595 EXPECT_EQ(ConstructionCounting::move_ctor_calls, 0); in TEST()
7609 EXPECT_EQ(ConstructionCounting::move_ctor_calls, 0); in TEST()
7622 EXPECT_EQ(ConstructionCounting::move_ctor_calls, 1); in TEST()
7638 EXPECT_EQ(ConstructionCounting::move_ctor_calls, 0); in TEST()
7653 EXPECT_EQ(ConstructionCounting::move_ctor_calls, 0); in TEST()