Home
last modified time | relevance | path

Searched defs:DispatchableHandle (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/framework/
Dtest_util.h368 struct FRAMEWORK_EXPORT DispatchableHandle { struct
369 DispatchableHandle() { in DispatchableHandle() argument
374 ~DispatchableHandle() { in ~DispatchableHandle() argument
379 DispatchableHandle& operator=(DispatchableHandle const&) = delete; argument
380DispatchableHandle(DispatchableHandle&& other) noexcept : handle(other.handle) { other.handle = nu… in DispatchableHandle() argument
392 T handle = nullptr;