Searched refs:ParseStrings (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/Common/ |
D | CommandLineParser.h | 57 …bool ParseStrings(const CSwitchForm *switchForms, unsigned numSwitches, const UStringVector &comma…
|
D | CommandLineParser.cpp | 164 bool CParser::ParseStrings(const CSwitchForm *switchForms, unsigned numSwitches, const UStringVecto… in ParseStrings() function in NCommandLineParser::CParser
|
/external/lzma/CS/7zip/Common/ |
D | CommandLineParser.cs | 171 public void ParseStrings(SwitchForm[] switchForms, string[] commandStrings) in ParseStrings() method in SevenZip.CommandLineParser.Parser
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 293 if (!parser.ParseStrings(kSwitchForms, kNumSwitches, commandStrings)) in Main2()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 149 parser.ParseStrings(kSwitchForms, args); in Main2()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 349 if (!parser.ParseStrings(kSwitchForms, ARRAY_SIZE(kSwitchForms), commandStrings)) in main2()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveCommandLine.cpp | 813 if (!parser.ParseStrings(kSwitchForms, ARRAY_SIZE(kSwitchForms), commandStrings)) in Parse1()
|