Home
last modified time | relevance | path

Searched refs:nonSwitchStrings (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs162 System.Collections.ArrayList nonSwitchStrings = parser.NonSwitchStrings; in Main2()
165 if (paramIndex >= nonSwitchStrings.Count) in Main2()
167 string command = (string)nonSwitchStrings[paramIndex++]; in Main2()
189 if (paramIndex < nonSwitchStrings.Count) in Main2()
190 if (!GetNumber((string)nonSwitchStrings[paramIndex++], out numIterations)) in Main2()
217 if (paramIndex >= nonSwitchStrings.Count) in Main2()
219 string inputName = (string)nonSwitchStrings[paramIndex++]; in Main2()
230 if (paramIndex >= nonSwitchStrings.Count) in Main2()
232 string outputName = (string)nonSwitchStrings[paramIndex++]; in Main2()
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp340 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; in Main2() local
345 if (nonSwitchStrings.IsEmpty()) in Main2()
349 const UString &cmd = nonSwitchStrings[curCommandIndex]; in Main2()
365 if (nonSwitchStrings.Size() == curCommandIndex) in Main2()
367 for (; curCommandIndex < nonSwitchStrings.Size(); curCommandIndex++) in Main2()
369 const UString &s = nonSwitchStrings[curCommandIndex]; in Main2()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp527 const UStringVector &nonSwitchStrings, in AddToCensorFromNonSwitchesStrings()
533 if ((renamePairs || nonSwitchStrings.Size() == startIndex) && !thereAreSwitchIncludes) in AddToCensorFromNonSwitchesStrings()
554 stopSwitchIndex = (int)nonSwitchStrings.Size(); in AddToCensorFromNonSwitchesStrings()
556 for (unsigned i = startIndex; i < nonSwitchStrings.Size(); i++) in AddToCensorFromNonSwitchesStrings()
558 const UString &s = nonSwitchStrings[i]; in AddToCensorFromNonSwitchesStrings()
570 AddRenamePair(renamePairs, nonSwitchStrings[(unsigned)oldIndex], s, NRecursedType::kNonRecursed, nop.WildcardMatching); in AddToCensorFromNonSwitchesStrings()
571 // AddRenamePair(renamePairs, nonSwitchStrings[oldIndex], s, type); in AddToCensorFromNonSwitchesStrings()
581 throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[(unsigned)oldIndex]); in AddToCensorFromNonSwitchesStrings()
1223 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; in Parse2() local
1224 const unsigned numNonSwitchStrings = nonSwitchStrings in Parse2()
523 AddToCensorFromNonSwitchesStrings( CObjectVector<CRenamePair> *renamePairs, unsigned startIndex, NWildcard::CCensor &censor, const UStringVector &nonSwitchStrings, int stopSwitchIndex, const CNameOption &nop, bool thereAreSwitchIncludes, UInt32 codePage) AddToCensorFromNonSwitchesStrings() argument
[all...]

Completed in 4 milliseconds