Lines Matching refs:nonSwitchStrings
393 const UStringVector &nonSwitchStrings, NRecursedType::EEnum type, in AddToCensorFromNonSwitchesStrings() argument
397 if ((renamePairs || nonSwitchStrings.Size() == startIndex) && !thereAreSwitchIncludes) in AddToCensorFromNonSwitchesStrings()
404 for (unsigned i = startIndex; i < nonSwitchStrings.Size(); i++) in AddToCensorFromNonSwitchesStrings()
406 const UString &s = nonSwitchStrings[i]; in AddToCensorFromNonSwitchesStrings()
418 …AddRenamePair(renamePairs, nonSwitchStrings[oldIndex], s, NRecursedType::kNonRecursed, wildcardMat… in AddToCensorFromNonSwitchesStrings()
429 …throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIn… in AddToCensorFromNonSwitchesStrings()
956 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; in Parse2() local
957 int numNonSwitchStrings = nonSwitchStrings.Size(); in Parse2()
961 if (!ParseArchiveCommand(nonSwitchStrings[kCommandIndex], options.Command)) in Parse2()
962 throw CArcCmdLineException("Unsupported command:", nonSwitchStrings[kCommandIndex]); in Parse2()
1035 options.ArchiveName = nonSwitchStrings[curCommandIndex++]; in Parse2()
1042 nonSwitchStrings, recursedType, wildcardMatching, in Parse2()
1234 if (!StringToUInt32(nonSwitchStrings[curCommandIndex], options.NumIterations)) in Parse2()
1235 …throw CArcCmdLineException("Incorrect Number of benmchmark iterations", nonSwitchStrings[curComman… in Parse2()