Searched refs:MoveConstructions (Results 1 – 1 of 1) sorted by relevance
297 static unsigned MoveConstructions; member305 ++MoveConstructions; in MoveOnly()316 MoveConstructions = 0; in ResetCounts()322 unsigned MoveOnly::MoveConstructions = 0; member in __anon243dbdea0111::MoveOnly332 EXPECT_EQ(0u, MoveOnly::MoveConstructions); in TEST()342 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST()354 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST()365 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST()378 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST()390 EXPECT_EQ(0u, MoveOnly::MoveConstructions); in TEST()[all …]