Searched refs:CommandObjectMemory (Results 1 – 4 of 4) sorted by relevance
16 class CommandObjectMemory : public CommandObjectMultiword {18 CommandObjectMemory(CommandInterpreter &interpreter);20 ~CommandObjectMemory() override;
1795 CommandObjectMemory::CommandObjectMemory(CommandInterpreter &interpreter) in CommandObjectMemory() function in CommandObjectMemory1814 CommandObjectMemory::~CommandObjectMemory() = default;
136 SRCS+= Commands/CommandObjectMemory.cpp
575 REGISTER_COMMAND_OBJECT("memory", CommandObjectMemory); in LoadCommandDictionary()