Lines Matching refs:Command
39 for (Command& cmd : fCommands) {
40 if (Command::kKey_CommandType == cmd.fType && key == cmd.fKey) {
51 for (Command& cmd : fCommands) {
52 if (Command::kChar_CommandType == cmd.fType && c == cmd.fChar) {
62 for (const Command& cmd : fCommands) {
73 fCommands.push_back(Command(c, group, description, function));
78 fCommands.push_back(Command(k, keyName, group, description, function));
87 bool CommandSet::compareCommandKey(const Command& first, const Command& second) {
91 bool CommandSet::compareCommandGroup(const Command& first, const Command& second) {
127 for (Command& cmd : fCommands) {
142 for (Command& cmd : fCommands) {
162 for(const Command& command : fCommands) {