Searched refs:curCommandIndex (Results 1 – 1 of 1) sorted by relevance
1015 int curCommandIndex = kCommandIndex + 1; in Parse2() local1033 if (curCommandIndex >= numNonSwitchStrings) in Parse2()1035 options.ArchiveName = nonSwitchStrings[curCommandIndex++]; in Parse2()1041 curCommandIndex, options.Censor, in Parse2()1232 if (curCommandIndex < numNonSwitchStrings) in Parse2()1234 if (!StringToUInt32(nonSwitchStrings[curCommandIndex], options.NumIterations)) in Parse2()1235 …rcCmdLineException("Incorrect Number of benmchmark iterations", nonSwitchStrings[curCommandIndex]); in Parse2()1236 curCommandIndex++; in Parse2()