Searched refs:CommandObjectPlatformList (Results 1 – 1 of 1) sorted by relevance
204 class CommandObjectPlatformList : public CommandObjectParsed { class206 CommandObjectPlatformList(CommandInterpreter &interpreter) in CommandObjectPlatformList() function in CommandObjectPlatformList211 ~CommandObjectPlatformList() override = default;1905 CommandObjectSP(new CommandObjectPlatformList(interpreter))); in CommandObjectPlatform()