Lines Matching defs:Command
85 enum Command171 * with a Command.179 const Command response;184 /// Array to map Command enum to associated info.189 Command cmd;232 Command242 MemCmd(Command _cmd) : cmd(_cmd) { }243 MemCmd(int _cmd) : cmd((Command)_cmd) { }321 typedef MemCmd::Command Command;