Searched refs:CommandObjectTypeSummary (Results 1 – 1 of 1) sorted by relevance
2994 class CommandObjectTypeSummary : public CommandObjectMultiword { class2996 CommandObjectTypeSummary(CommandInterpreter &interpreter) in CommandObjectTypeSummary() function in CommandObjectTypeSummary3017 ~CommandObjectTypeSummary() override = default;3033 CommandObjectSP(new CommandObjectTypeSummary(interpreter))); in CommandObjectType()