Searched refs:s_move (Results 1 – 1 of 1) sorted by relevance
214 const std::string* s_move = Arena::Create<std::string>(&arena, std::move(s)); in TEST() local215 EXPECT_TRUE(s_move != NULL); in TEST()217 EXPECT_EQ("foo", *s_move); in TEST()