Searched refs:CommandObjectPlatform (Results 1 – 4 of 4) sorted by relevance
22 class CommandObjectPlatform : public CommandObjectMultiword {24 CommandObjectPlatform(CommandInterpreter &interpreter);26 ~CommandObjectPlatform() override;29 DISALLOW_COPY_AND_ASSIGN(CommandObjectPlatform);
1841 CommandObjectPlatform::CommandObjectPlatform(CommandInterpreter &interpreter) in CommandObjectPlatform() function in CommandObjectPlatform1877 CommandObjectPlatform::~CommandObjectPlatform() = default;
119 SRCS+= Commands/CommandObjectPlatform.cpp
480 CommandObjectSP(new CommandObjectPlatform(*this)); in LoadCommandDictionary()