Searched defs:Plugin (Results 1 – 3 of 3) sorted by relevance
63 Plugin(Plugin&& other) noexcept in Plugin() function70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin() function
33 Plugin::Plugin(const Plugin& other) : library_(other.library_), dlopen_handle_(nullptr) { in Plugin() function in art::Plugin
105 class Plugin; variable