Searched defs:TestICDHandle (Results 1 – 2 of 2) sorted by relevance
277 struct TestICDHandle { struct286 LibraryWrapper icd_library;287 GetTestICDFunc proc_addr_get_test_icd = nullptr;288 GetNewTestICDFunc proc_addr_reset_icd = nullptr;289 fs::path manifest_path;
156 TestICDHandle::TestICDHandle() noexcept {} in TestICDHandle() function in TestICDHandle157 TestICDHandle::TestICDHandle(fs::path const& icd_path) noexcept : icd_library(icd_path) { in TestICDHandle() function in TestICDHandle