Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/shim/
Dshim.h59 struct HKeyHandle { struct
60 …explicit HKeyHandle(const size_t value, const std::string& key_path) noexcept : key(HKEY{}), path(… in HKeyHandle() argument
64 HKEY get() const noexcept { return key; } in get()
67 std::string path;