Searched refs:ParseStrings (Results 1 – 7 of 7) sorted by relevance
57 bool ParseStrings(const CSwitchForm *switchForms, const UStringVector &commandStrings);
171 bool CParser::ParseStrings(const CSwitchForm *switchForms, const UStringVector &commandStrings) in ParseStrings() function in NCommandLineParser::CParser
171 public void ParseStrings(SwitchForm[] switchForms, string[] commandStrings) in ParseStrings() method in SevenZip.CommandLineParser.Parser
286 parser.ParseStrings(kSwitchForms, commandStrings); in Main2()
149 parser.ParseStrings(kSwitchForms, args); in Main2()
180 parser.ParseStrings(kSwitchForms, commandStrings); in main2()
823 if (!parser.ParseStrings(kSwitchForms, commandStrings)) in Parse1()