Searched refs:CommandObjectType (Results 1 – 5 of 5) sorted by relevance
16 class CommandObjectType : public CommandObjectMultiword {18 CommandObjectType(CommandInterpreter &interpreter);20 ~CommandObjectType() override;
36 CommandObjectType.cpp
3102 CommandObjectType::CommandObjectType(CommandInterpreter &interpreter) in CommandObjectType() function in CommandObjectType3122 CommandObjectType::~CommandObjectType() = default;
517 REGISTER_COMMAND_OBJECT("type", CommandObjectType); in LoadCommandDictionary()
536 class CommandObjectType: