Searched refs:refCounted (Results 1 – 1 of 1) sorted by relevance
229 RefCounted *refCounted = static_cast<RefCounted *>(ptr); in mlirAsyncRuntimeAddRef() local230 refCounted->addRef(count); in mlirAsyncRuntimeAddRef()235 RefCounted *refCounted = static_cast<RefCounted *>(ptr); in mlirAsyncRuntimeDropRef() local236 refCounted->dropRef(count); in mlirAsyncRuntimeDropRef()