Searched refs:MoveConstructions (Results 1 – 1 of 1) sorted by relevance
219 static unsigned MoveConstructions; member227 ++MoveConstructions; in MoveOnly()238 MoveConstructions = 0; in ResetCounts()244 unsigned MoveOnly::MoveConstructions = 0; member in __anonbc7c359b0111::MoveOnly251 EXPECT_EQ(0u, MoveOnly::MoveConstructions); in TEST_F()261 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F()273 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F()284 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F()297 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F()309 EXPECT_EQ(0u, MoveOnly::MoveConstructions); in TEST_F()[all …]