Searched refs:refCounted (Results 1 – 1 of 1) sorted by relevance
227 RefCounted *refCounted = static_cast<RefCounted *>(ptr); in mlirAsyncRuntimeAddRef() local228 refCounted->addRef(count); in mlirAsyncRuntimeAddRef()233 RefCounted *refCounted = static_cast<RefCounted *>(ptr); in mlirAsyncRuntimeDropRef() local234 refCounted->dropRef(count); in mlirAsyncRuntimeDropRef()