Searched refs:move_ctor_calls (Results 1 – 1 of 1) sorted by relevance
7552 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting()7566 move_ctor_calls = 0; in Reset()7574 static int move_ctor_calls; member7582 int ConstructionCounting::move_ctor_calls = 0; member in ConstructionCounting7595 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()