Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DCommandLineParser.h52 void ParseStrings(const CSwitchForm *switchForms,
DCommandLineParser.cpp70 void CParser::ParseStrings(const CSwitchForm *switchForms, 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/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs149 parser.ParseStrings(kSwitchForms, args); in Main2()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp182 parser.ParseStrings(kSwitchForms, commandStrings); in main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp699 parser.ParseStrings(kSwitchForms, commandStrings); in Parse1()