Searched refs:CommandObjectTypeSummary (Results 1 – 1 of 1) sorted by relevance
3020 class CommandObjectTypeSummary : public CommandObjectMultiword { class3022 CommandObjectTypeSummary(CommandInterpreter &interpreter) in CommandObjectTypeSummary() function in CommandObjectTypeSummary3043 ~CommandObjectTypeSummary() override = default;3059 CommandObjectSP(new CommandObjectTypeSummary(interpreter))); in CommandObjectType()