Searched refs:getExisting (Results 1 – 6 of 6) sorted by relevance
51 if (getExisting() && getExisting().getType() != getResult().getType()) in verify() 57 if (getExisting() && getExisting().getType() != getResult().getType()) in verify()
109 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting() function
68 Context::current().getExisting(SpanKey)->markEnded(); in endSpan()
835 Value existing = adaptor.getExisting(); in runOnOperation() 870 Value existing = adaptor.getExisting(); in populateAMDGPUToROCDLConversionPatterns()
304 Got = Context::current().getExisting(Secret); in TEST() 311 Got = Context::current().getExisting(Secret); in TEST()
975 EXPECT_EQ(Context::current().getExisting(TestKey), 10); in TEST_F()