Lines Matching refs:nonSwitchStrings
448 const UStringVector &nonSwitchStrings, in AddToCensorFromNonSwitchesStrings() argument
454 if ((renamePairs || nonSwitchStrings.Size() == startIndex) && !thereAreSwitchIncludes) in AddToCensorFromNonSwitchesStrings()
462 stopSwitchIndex = nonSwitchStrings.Size(); in AddToCensorFromNonSwitchesStrings()
464 for (unsigned i = startIndex; i < nonSwitchStrings.Size(); i++) in AddToCensorFromNonSwitchesStrings()
466 const UString &s = nonSwitchStrings[i]; in AddToCensorFromNonSwitchesStrings()
478 …AddRenamePair(renamePairs, nonSwitchStrings[oldIndex], s, NRecursedType::kNonRecursed, wildcardMat… in AddToCensorFromNonSwitchesStrings()
489 …throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIn… in AddToCensorFromNonSwitchesStrings()
981 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; in Parse2() local
982 const unsigned numNonSwitchStrings = nonSwitchStrings.Size(); in Parse2()
986 if (!ParseArchiveCommand(nonSwitchStrings[kCommandIndex], options.Command)) in Parse2()
987 throw CArcCmdLineException("Unsupported command:", nonSwitchStrings[kCommandIndex]); in Parse2()
1062 options.ArchiveName = nonSwitchStrings[curCommandIndex++]; in Parse2()
1072 nonSwitchStrings, parser.StopSwitchIndex, in Parse2()
1272 if (!StringToUInt32(nonSwitchStrings[curCommandIndex], options.NumIterations)) in Parse2()
1273 …throw CArcCmdLineException("Incorrect Number of benmchmark iterations", nonSwitchStrings[curComman… in Parse2()