Home
last modified time | relevance | path

Searched refs:NonSwitchStrings (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/Common/
H A DCommandLineParser.cpp169 NonSwitchStrings.Clear(); in ParseStrings()
181 StopSwitchIndex = (int)NonSwitchStrings.Size(); in ParseStrings()
192 NonSwitchStrings.Add(s); in ParseStrings()
H A DCommandLineParser.h50 UStringVector NonSwitchStrings; member in NCommandLineParser::CParser
51 int StopSwitchIndex; // NonSwitchStrings[StopSwitchIndex+] are after "--"
/third_party/lzma/CS/7zip/Common/
H A DCommandLineParser.cs60 public ArrayList NonSwitchStrings = new ArrayList(); field in SevenZip.CommandLineParser.Parser
179 NonSwitchStrings.Add(s); in ParseStrings()
185 NonSwitchStrings.Add(s); in ParseStrings()
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs162 System.Collections.ArrayList nonSwitchStrings = parser.NonSwitchStrings; in Main2()
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp340 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; in Main2()
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp381 const UStringVector &params = parser.NonSwitchStrings;
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp1223 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; in Parse2()

Completed in 6 milliseconds