Searched defs:DispatchableHandle (Results 1 – 1 of 1) sorted by relevance
407 struct FRAMEWORK_EXPORT DispatchableHandle { struct408 DispatchableHandle() { in DispatchableHandle() argument413 ~DispatchableHandle() { in ~DispatchableHandle() argument418 DispatchableHandle& operator=(DispatchableHandle const&) = delete; argument419 …DispatchableHandle(DispatchableHandle&& other) noexcept : handle(other.handle) { other.handle = nu… in DispatchableHandle() function431 T handle = nullptr;