Searched refs:CommandObjectTypeFormat (Results 1 – 1 of 1) sorted by relevance
2795 class CommandObjectTypeFormat : public CommandObjectMultiword { class2797 CommandObjectTypeFormat(CommandInterpreter &interpreter) in CommandObjectTypeFormat() function in CommandObjectTypeFormat2818 ~CommandObjectTypeFormat() override = default;2929 CommandObjectSP(new CommandObjectTypeFormat(interpreter))); in CommandObjectType()