Searched refs:kSwitchForms (Results 1 - 4 of 4) 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("PB", SwitchType.UnLimitedPostString, false, 1);
in Main2() 139 kSwitchForms[s in Main2() [all...] |
/third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
H A D | SfxCon.cpp | 96 static const CSwitchForm kSwitchForms[kNumSwitches] =
variable 321 if (!parser.ParseStrings(kSwitchForms, kNumSwitches, commandStrings))
in Main2()
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 111 static const CSwitchForm kSwitchForms[] =
variable 358 if (!parser.ParseStrings(kSwitchForms, Z7_ARRAY_SIZE(kSwitchForms), commandStrings))
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveCommandLine.cpp | 243 static const CSwitchForm kSwitchForms[] =
variable 997 if (!parser.ParseStrings(kSwitchForms, Z7_ARRAY_SIZE(kSwitchForms), commandStrings))
in Parse1()
|
Completed in 4 milliseconds