Searched refs:CommandObjectPluginList (Results 1 – 1 of 1) sorted by relevance
153 class CommandObjectPluginList : public CommandObjectParsed { class155 CommandObjectPluginList(CommandInterpreter &interpreter) in CommandObjectPluginList() function in CommandObjectPluginList193 ~CommandObjectPluginList() override = default;327 CommandObjectSP(new CommandObjectPluginList(interpreter))); in CommandObjectPlugin()