Lines Matching refs:nonSwitchStrings
527 const UStringVector &nonSwitchStrings,
533 if ((renamePairs || nonSwitchStrings.Size() == startIndex) && !thereAreSwitchIncludes)
554 stopSwitchIndex = (int)nonSwitchStrings.Size();
556 for (unsigned i = startIndex; i < nonSwitchStrings.Size(); i++)
558 const UString &s = nonSwitchStrings[i];
570 AddRenamePair(renamePairs, nonSwitchStrings[(unsigned)oldIndex], s, NRecursedType::kNonRecursed, nop.WildcardMatching);
571 // AddRenamePair(renamePairs, nonSwitchStrings[oldIndex], s, type);
581 throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[(unsigned)oldIndex]);
1223 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings;
1224 const unsigned numNonSwitchStrings = nonSwitchStrings.Size();
1228 if (!ParseArchiveCommand(nonSwitchStrings[kCommandIndex], options.Command))
1229 throw CArcCmdLineException("Unsupported command:", nonSwitchStrings[kCommandIndex]);
1342 options.ArchiveName = nonSwitchStrings[curCommandIndex++];
1353 nonSwitchStrings, parser.StopSwitchIndex,
1630 if (!StringToUInt32(nonSwitchStrings[curCommandIndex], options.NumIterations))
1631 throw CArcCmdLineException("Incorrect number of benchmark iterations", nonSwitchStrings[curCommandIndex]);