Home
last modified time | relevance | path

Searched refs:kSwitchForms (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs129 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/
DLzmaAlone.cpp70 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/
DSfxCon.cpp80 static const CSwitchForm kSwitchForms[kNumSwitches] = variable
286 parser.ParseStrings(kSwitchForms, commandStrings); in Main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp177 static const CSwitchForm kSwitchForms[] = variable
818 CArcCmdLineParser::CArcCmdLineParser(): parser(ARRAY_SIZE(kSwitchForms)) {} in CArcCmdLineParser()
823 if (!parser.ParseStrings(kSwitchForms, commandStrings)) in Parse1()