Home
last modified time | relevance | path

Searched refs:StopSwitchIndex (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Common/
DCommandLineParser.cpp57 StopSwitchIndex(-1) in CParser()
166 StopSwitchIndex = -1; in ParseStrings()
177 if (StopSwitchIndex < 0) in ParseStrings()
181 StopSwitchIndex = NonSwitchStrings.Size(); in ParseStrings()
DCommandLineParser.h51 int StopSwitchIndex; // NonSwitchStrings[StopSwitchIndex+] are after "--" variable
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp1072 nonSwitchStrings, parser.StopSwitchIndex, in Parse2()