Lines Matching refs:MoveConstructions
219 static unsigned MoveConstructions; member
227 ++MoveConstructions; in MoveOnly()
238 MoveConstructions = 0; in ResetCounts()
244 unsigned MoveOnly::MoveConstructions = 0; member in __anon9733531c0111::MoveOnly
251 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()
322 EXPECT_EQ(0u, MoveOnly::MoveConstructions); in TEST_F()
366 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F()
373 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F()