Home
last modified time | relevance | path

Searched refs:PostStrings (Results 1 – 7 of 7) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp927 ParseUpdateCommandString(options, parser[NKey::kUpdate].PostStrings, in SetAddCommandOptions()
931 const UString &postString = parser[NKey::kWorkingDir].PostStrings[0]; in SetAddCommandOptions()
939 options.SfxModule = us2fs(parser[NKey::kSfx].PostStrings[0]); in SetAddCommandOptions()
943 const UStringVector &sv = parser[NKey::kVolume].PostStrings; in SetAddCommandOptions()
960 FOR_VECTOR (i, parser[NKey::kProperty].PostStrings) in SetMethodOptions()
963 prop.Name = parser[NKey::kProperty].PostStrings[i]; in SetMethodOptions()
1011 const UString &s = parser[NKey::kListFields].PostStrings[0]; in Parse1()
1031 const UString &s = parser[NKey::kLogLevel].PostStrings[0]; in Parse1()
1060 const UString &s = parser[NKey::kLargePages].PostStrings[0]; in Parse1()
1097 const UString &s = parser[NKey::kAffinity].PostStrings[0]; in Parse1()
[all …]
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs175 if (!GetNumber((string)parser[(int)Key.Dictionary].PostStrings[0], out dicLog)) in Main2()
182 mf = (string)parser[(int)Key.MatchFinder].PostStrings[0]; in Main2()
197 train = (string)parser[(int)Key.Train].PostStrings[0]; in Main2()
256 if (!GetNumber((string)parser[(int)Key.Mode].PostStrings[0], out algorithm)) in Main2()
260 if (!GetNumber((string)parser[(int)Key.FastBytes].PostStrings[0], out numFastBytes)) in Main2()
263 if (!GetNumber((string)parser[(int)Key.LitContext].PostStrings[0], out litContextBits)) in Main2()
266 if (!GetNumber((string)parser[(int)Key.LitPos].PostStrings[0], out litPosBits)) in Main2()
269 if (!GetNumber((string)parser[(int)Key.PosBits].PostStrings[0], out posStateBits)) in Main2()
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp291 res = GetNumber(parser[index].PostStrings[0]);
395 const UString &s = parser[NKey::kDict].PostStrings[0];
404 const UString &s = parser[NKey::kLevel].PostStrings[0];
411 mf = parser[NKey::kMatchFinder].PostStrings[0];
419 const UString &s = parser[NKey::kMultiThread].PostStrings[0];
432 const UString &s = parser[NKey::kMethod].PostStrings[0];
661 mc = GetNumber(parser[NKey::kMc].PostStrings[0]);
/third_party/lzma/CS/7zip/Common/
DCommandLineParser.cs50 public ArrayList PostStrings = new ArrayList(); field in SevenZip.CommandLineParser.SwitchResult
150 matchedSwitch.PostStrings.Add(srcString.Substring(pos)); in ParseString()
162 matchedSwitch.PostStrings.Add(stringSwitch); in ParseString()
/third_party/lzma/CPP/Common/
DCommandLineParser.h39 UStringVector PostStrings; member
DCommandLineParser.cpp150 sw.PostStrings.Add(s.Ptr(pos)); in ParseString()
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp385 password = parser[NKey::kPassword].PostStrings[0]; in Main2()
393 outputDir = us2fs(parser[NKey::kOutputDir].PostStrings[0]); in Main2()