Home
last modified time | relevance | path

Searched defs:switchForms (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
DCommandLineParser.cpp84 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms) in ParseString()
171 bool CParser::ParseStrings(const CSwitchForm *switchForms, const UStringVector &commandStrings) in ParseStrings()
/external/lzma/CS/7zip/Common/
DCommandLineParser.cs70 bool ParseString(string srcString, SwitchForm[] switchForms) in ParseString()
171 public void ParseStrings(SwitchForm[] switchForms, string[] commandStrings) in ParseStrings()