Searched refs:LibraryWindows (Results 1 – 2 of 2) sorted by relevance
36 LibraryWindows::LibraryWindows(const string_view filename) in LibraryWindows() function in LibraryWindows53 LibraryWindows::~LibraryWindows() in ~LibraryWindows()61 IPlugin* LibraryWindows::GetPlugin() const in GetPlugin()70 void LibraryWindows::Destroy() in Destroy()77 return ILibrary::Ptr { new LibraryWindows(filePath) }; in Load()
30 class LibraryWindows final : public ILibrary {32 explicit LibraryWindows(const BASE_NS::string_view filename);33 ~LibraryWindows() override;