Home
last modified time | relevance | path

Searched refs:ParseStrings (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Common/
DCommandLineParser.h57 …bool ParseStrings(const CSwitchForm *switchForms, unsigned numSwitches, const UStringVector &comma…
DCommandLineParser.cpp164 bool CParser::ParseStrings(const CSwitchForm *switchForms, unsigned numSwitches, const UStringVecto… in ParseStrings() function in NCommandLineParser::CParser
/external/lzma/CS/7zip/Common/
DCommandLineParser.cs171 public void ParseStrings(SwitchForm[] switchForms, string[] commandStrings) in ParseStrings() method in SevenZip.CommandLineParser.Parser
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp293 if (!parser.ParseStrings(kSwitchForms, kNumSwitches, commandStrings)) in Main2()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs149 parser.ParseStrings(kSwitchForms, args); in Main2()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp349 if (!parser.ParseStrings(kSwitchForms, ARRAY_SIZE(kSwitchForms), commandStrings)) in main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp813 if (!parser.ParseStrings(kSwitchForms, ARRAY_SIZE(kSwitchForms), commandStrings)) in Parse1()