Searched refs:RefCounted (Results 1 – 1 of 1) sorted by relevance
41 class RefCounted;65 friend class RefCounted;124 class RefCounted { class131 virtual ~RefCounted() { in ~RefCounted()136 RefCounted(const RefCounted &) = delete;137 RefCounted &operator=(const RefCounted &) = delete;173 struct AsyncToken : public RefCounted {193 struct AsyncValue : public RefCounted {213 struct AsyncGroup : public RefCounted {229 RefCounted *refCounted = static_cast<RefCounted *>(ptr); in mlirAsyncRuntimeAddRef()[all …]