Home | History | Annotate | Download | only in LzmaCon

Lines Matching refs:nonSwitchStrings

194   const UStringVector &nonSwitchStrings = parser.NonSwitchStrings;

197 if (paramIndex >= nonSwitchStrings.Size())
199 const UString &command = nonSwitchStrings[paramIndex++];
235 if (paramIndex < nonSwitchStrings.Size())
236 if (!GetNumber(nonSwitchStrings[paramIndex++], numIterations))
265 if (paramIndex >= nonSwitchStrings.Size())
267 const UString &inputName = nonSwitchStrings[paramIndex++];
287 if (paramIndex >= nonSwitchStrings.Size())
289 const UString &outputName = nonSwitchStrings[paramIndex++];