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

/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs129 SwitchForm[] kSwitchForms = new SwitchForm[13];
131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false);
132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false);
133 kSwitchForms[sw++] = new SwitchForm("A", SwitchType.UnLimitedPostString, false, 1);
134 kSwitchForms[sw++] = new SwitchForm("D", SwitchType.UnLimitedPostString, false, 1);
135 kSwitchForms[sw++] = new SwitchForm("FB", SwitchType.UnLimitedPostString, false, 1);
136 kSwitchForms[sw++] = new SwitchForm("LC", SwitchType.UnLimitedPostString, false, 1);
137 kSwitchForms[sw++] = new SwitchForm("LP", SwitchType.UnLimitedPostString, false, 1);
138 kSwitchForms[sw++] = new SwitchForm("PB", SwitchType.UnLimitedPostString, false, 1);
139 kSwitchForms[s
[all...]
/external/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp80 static const CSwitchForm kSwitchForms[kNumSwitches] = variable
286 parser.ParseStrings(kSwitchForms, commandStrings);
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp70 static const CSwitchForm kSwitchForms[] = variable
177 CParser parser(ARRAY_SIZE(kSwitchForms));
180 parser.ParseStrings(kSwitchForms, commandStrings);
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp177 static const CSwitchForm kSwitchForms[] = variable
818 CArcCmdLineParser::CArcCmdLineParser(): parser(ARRAY_SIZE(kSwitchForms)) {}
823 if (!parser.ParseStrings(kSwitchForms, commandStrings))

Completed in 136 milliseconds