Searched refs:anotherInsertOutput (Results 1 – 1 of 1) sorted by relevance
69 std::pair<SimpleCachedObject*, bool> anotherInsertOutput = {}; in TEST_F() local75 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()