Searched refs:SwitchForm (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CS/7zip/Compress/LzmaAlone/ |
H A D | LzmaAlone.cs | 129 SwitchForm[] kSwitchForms = new SwitchForm[13];
in Main2() 131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false);
in Main2() 132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false);
in Main2() 133 kSwitchForms[sw++] = new SwitchForm("A", SwitchType.UnLimitedPostString, false, 1);
in Main2() 134 kSwitchForms[sw++] = new SwitchForm("D", SwitchType.UnLimitedPostString, false, 1);
in Main2() 135 kSwitchForms[sw++] = new SwitchForm("FB", SwitchType.UnLimitedPostString, false, 1);
in Main2() 136 kSwitchForms[sw++] = new SwitchForm("LC", SwitchType.UnLimitedPostString, false, 1);
in Main2() 137 kSwitchForms[sw++] = new SwitchForm("LP", SwitchType.UnLimitedPostString, false, 1);
in Main2() 138 kSwitchForms[sw++] = new SwitchForm("P in Main2() [all...] |
/third_party/lzma/CS/7zip/Common/ |
H A D | CommandLineParser.cs | 17 public class SwitchForm
class 26 public SwitchForm(string idString, SwitchType type, bool multi,
in SwitchForm() method in SevenZip.CommandLineParser.SwitchForm 36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
in SwitchForm() method in SevenZip.CommandLineParser.SwitchForm 40 public SwitchForm(string idString, SwitchType type, bool multi):
in SwitchForm() method in SevenZip.CommandLineParser.SwitchForm 70 bool ParseString(string srcString, SwitchForm[] switchForms)
in ParseString() 100 SwitchForm switchForm = switchForms[matchedSwitchIndex];
in ParseString() 171 public void ParseStrings(SwitchForm[] switchForms, string[] commandStrings)
in ParseStrings()
|
Completed in 3 milliseconds