Searched refs:kSwitchForms (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
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("PB", SwitchType.UnLimitedPostString, false, 1); in Main2() 139 kSwitchForms[sw++] = new SwitchForm("MF", SwitchType.UnLimitedPostString, false, 1); in Main2() [all …]
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 70 static const CSwitchForm kSwitchForms[] = variable 177 CParser parser(ARRAY_SIZE(kSwitchForms)); in main2() 180 parser.ParseStrings(kSwitchForms, commandStrings); in main2()
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 80 static const CSwitchForm kSwitchForms[kNumSwitches] = variable 286 parser.ParseStrings(kSwitchForms, commandStrings); in Main2()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveCommandLine.cpp | 177 static const CSwitchForm kSwitchForms[] = variable 818 CArcCmdLineParser::CArcCmdLineParser(): parser(ARRAY_SIZE(kSwitchForms)) {} in CArcCmdLineParser() 823 if (!parser.ParseStrings(kSwitchForms, commandStrings)) in Parse1()
|