Searched refs:switchForms (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/Common/ |
H A D | CommandLineParser.cpp | 69 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms, unsigned numSwitches)
in ParseString() argument 80 const char * const key = switchForms[i].Key;
in ParseString() 100 const CSwitchForm &form = switchForms[switchIndex];
in ParseString() 164 bool CParser::ParseStrings(const CSwitchForm *switchForms, unsigned numSwitches, const UStringVector &commandStrings)
in ParseStrings() argument 186 if (ParseString(s, switchForms, numSwitches))
in ParseStrings()
|
H A D | CommandLineParser.h | 48 bool ParseString(const UString &s, const CSwitchForm *switchForms, unsigned numSwitches);
57 bool ParseStrings(const CSwitchForm *switchForms, unsigned numSwitches, const UStringVector &commandStrings);
|
/third_party/lzma/CS/7zip/Common/ |
H A D | CommandLineParser.cs | 70 bool ParseString(string srcString, SwitchForm[] switchForms)
in ParseString() argument 87 int switchLen = switchForms[switchIndex].IDString.Length;
in ParseString() 90 if (String.Compare(switchForms[switchIndex].IDString, 0,
in ParseString() 100 SwitchForm switchForm = switchForms[matchedSwitchIndex];
in ParseString() 171 public void ParseStrings(SwitchForm[] switchForms, string[] commandStrings)
in ParseStrings() argument 184 if (!ParseString(s, switchForms))
in ParseStrings()
|
Completed in 2 milliseconds