Searched refs:itEntry (Results 1 – 1 of 1) sorted by relevance
253 auto itEntry = list.emplace_front("hello world"); in TEST_F() local254 ASSERT_EQ(*itEntry, "hello world"); in TEST_F()257 ASSERT_EQ(it, itEntry); in TEST_F()