Searched refs:cmdIndex (Results 1 – 1 of 1) sorted by relevance
144 size_t cmdIndex = code & 0xff; in printReturnCommand() local148 } else if (cmdIndex >= N) { in printReturnCommand()152 out << kReturnStrings[cmdIndex]; in printReturnCommand()205 size_t cmdIndex = code & 0xff; in printCommand() local207 if (cmdIndex >= N) { in printCommand()211 out << kCommandStrings[cmdIndex]; in printCommand()