Searched refs:CommandObjectMemory (Results 1 – 4 of 4) sorted by relevance
17 class CommandObjectMemory : public CommandObjectMultiword {19 CommandObjectMemory(CommandInterpreter &interpreter);21 ~CommandObjectMemory() override;
1777 CommandObjectMemory::CommandObjectMemory(CommandInterpreter &interpreter) in CommandObjectMemory() function in CommandObjectMemory1794 CommandObjectMemory::~CommandObjectMemory() = default;
117 SRCS+= Commands/CommandObjectMemory.cpp
478 m_command_dict["memory"] = CommandObjectSP(new CommandObjectMemory(*this)); in LoadCommandDictionary()