OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonSwitchStrings
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp
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++];
[
all
...]
/external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs
162
System.Collections.ArrayList
nonSwitchStrings
= parser.
NonSwitchStrings
;
165
if (paramIndex >=
nonSwitchStrings
.Count)
167
string command = (string)
nonSwitchStrings
[paramIndex++];
189
if (paramIndex <
nonSwitchStrings
.Count)
190
if (!GetNumber((string)
nonSwitchStrings
[paramIndex++], out numIterations))
217
if (paramIndex >=
nonSwitchStrings
.Count)
219
string inputName = (string)
nonSwitchStrings
[paramIndex++];
230
if (paramIndex >=
nonSwitchStrings
.Count)
232
string outputName = (string)
nonSwitchStrings
[paramIndex++];
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp
297
const UStringVector &
nonSwitchStrings
, NRecursedType::EEnum type,
300
if (
nonSwitchStrings
.Size() == startIndex && (!thereAreSwitchIncludes))
302
for (int i = startIndex; i <
nonSwitchStrings
.Size(); i++)
304
const UString &s =
nonSwitchStrings
[i];
817
const UStringVector &
nonSwitchStrings
= parser.
NonSwitchStrings
;
818
int numNonSwitchStrings =
nonSwitchStrings
.Size();
822
if (!ParseArchiveCommand(
nonSwitchStrings
[kCommandIndex], options.Command))
866
options.ArchiveName =
nonSwitchStrings
[curCommandIndex++];
873
nonSwitchStrings
, recursedType, thereAreSwitchIncludes, codePage);
[
all
...]
Completed in 76 milliseconds