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, const UStringVector &commandStrings);
DCommandLineParser.cpp171 bool CParser::ParseStrings(const CSwitchForm *switchForms, const UStringVector &commandStrings) 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.cpp286 parser.ParseStrings(kSwitchForms, commandStrings); in Main2()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs149 parser.ParseStrings(kSwitchForms, args); in Main2()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp180 parser.ParseStrings(kSwitchForms, commandStrings); in main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp823 if (!parser.ParseStrings(kSwitchForms, commandStrings)) in Parse1()