Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
Dtest_util.h315 struct LibraryWrapper { struct
316 explicit LibraryWrapper() noexcept {} in LibraryWrapper() function
317 explicit LibraryWrapper(fs::path const& lib_path) noexcept : lib_path(lib_path) { in LibraryWrapper() function
325 ~LibraryWrapper() noexcept { in ~LibraryWrapper() argument
332 LibraryWrapper& operator=(LibraryWrapper const& wrapper) = delete; argument
333LibraryWrapper(LibraryWrapper&& wrapper) noexcept : lib_handle(wrapper.lib_handle), lib_path(wrapp… in LibraryWrapper() argument
347 FromVoidStarFunc get_symbol(const char* symbol_name) const { in get_symbol()
359 loader_platform_dl_handle lib_handle = nullptr;
360 fs::path lib_path;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp45 OProfileJITEventListener(std::unique_ptr<OProfileWrapper> LibraryWrapper) in OProfileJITEventListener()