Searched defs:Plugin (Results 1 – 3 of 3) sorted by relevance
62 Plugin(Plugin&& other) in Plugin() function69 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin() function
32 Plugin::Plugin(const Plugin& other) : library_(other.library_), dlopen_handle_(nullptr) { in Plugin() function in art::Plugin
87 class Plugin; variable