Home
last modified time | relevance | path

Searched refs:itEntry (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/marl/src/
Dcontainers_test.cpp253 auto itEntry = list.emplace_front("hello world"); in TEST_F() local
254 ASSERT_EQ(*itEntry, "hello world"); in TEST_F()
257 ASSERT_EQ(it, itEntry); in TEST_F()