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