Searched refs:CommandObjectTypeSummary (Results 1 – 1 of 1) sorted by relevance
2892 class CommandObjectTypeSummary : public CommandObjectMultiword { class2894 CommandObjectTypeSummary(CommandInterpreter &interpreter) in CommandObjectTypeSummary() function in CommandObjectTypeSummary2915 ~CommandObjectTypeSummary() override = default;2931 CommandObjectSP(new CommandObjectTypeSummary(interpreter))); in CommandObjectType()