Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DConcurrentCacheTests.cpp69 std::pair<SimpleCachedObject*, bool> anotherInsertOutput = {}; in TEST_F() local
75 dawn_native::AsyncTask asyncTask2([&anotherInsertOutput, cachePtr, &anotherCachedObject] { in TEST_F()
76 anotherInsertOutput = cachePtr->Insert(&anotherCachedObject); in TEST_F()
84 ASSERT_EQ(insertOutput.first, anotherInsertOutput.first); in TEST_F()
85 ASSERT_EQ(insertOutput.second, !anotherInsertOutput.second); in TEST_F()