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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaAlone.cpp196 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; local
199 if (paramIndex >= nonSwitchStrings.Size())
201 const UString &command = nonSwitchStrings[paramIndex++];
237 if (paramIndex < nonSwitchStrings.Size())
238 if (!GetNumber(nonSwitchStrings[paramIndex++], numIterations))
267 if (paramIndex >= nonSwitchStrings.Size())
269 const UString &inputName = nonSwitchStrings[paramIndex++];
289 if (paramIndex >= nonSwitchStrings.Size())
291 const UString &outputName = nonSwitchStrings[paramIndex++];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaAlone.cpp196 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; local
199 if (paramIndex >= nonSwitchStrings.Size())
201 const UString &command = nonSwitchStrings[paramIndex++];
237 if (paramIndex < nonSwitchStrings.Size())
238 if (!GetNumber(nonSwitchStrings[paramIndex++], numIterations))
267 if (paramIndex >= nonSwitchStrings.Size())
269 const UString &inputName = nonSwitchStrings[paramIndex++];
289 if (paramIndex >= nonSwitchStrings.Size())
291 const UString &outputName = nonSwitchStrings[paramIndex++];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaAlone.cpp196 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; local
199 if (paramIndex >= nonSwitchStrings.Size())
201 const UString &command = nonSwitchStrings[paramIndex++];
237 if (paramIndex < nonSwitchStrings.Size())
238 if (!GetNumber(nonSwitchStrings[paramIndex++], numIterations))
267 if (paramIndex >= nonSwitchStrings.Size())
269 const UString &inputName = nonSwitchStrings[paramIndex++];
289 if (paramIndex >= nonSwitchStrings.Size())
291 const UString &outputName = nonSwitchStrings[paramIndex++];

Completed in 116 milliseconds