Home | History | Annotate | Download | only in LzmaCon

Lines Matching refs:NKey

75 namespace NKey {

339 if (parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs)
345 bool stdInMode = parser[NKey::kStdIn].ThereIs;
346 bool stdOutMode = parser[NKey::kStdOut].ThereIs;
362 if (parser[NKey::kDict].ThereIs)
365 const UString &s = parser[NKey::kDict].PostStrings[0];
372 if (parser[NKey::kLevel].ThereIs)
374 const UString &s = parser[NKey::kLevel].PostStrings[0];
380 if (parser[NKey::kMatchFinder].ThereIs)
381 mf = parser[NKey::kMatchFinder].PostStrings[0];
387 if (parser[NKey::kMultiThread].ThereIs)
389 const UString &s = parser[NKey::kMultiThread].PostStrings[0];
400 if (parser[NKey::kMethod].ThereIs)
402 const UString &s = parser[NKey::kMethod].PostStrings[0];
506 if (parser[NKey::kFilter86].ThereIs)
513 if (parser[NKey::kEOS].ThereIs || stdInMode)
554 5, dict, parser[NKey::kFilter86].PostCharIndex == 0 ? SZ_FILTER_YES : SZ_FILTER_AUTO);
621 bool eos = parser[NKey::kEOS].ThereIs || stdInMode;
623 ParseUInt32(parser, NKey::kAlgo, algo);
624 ParseUInt32(parser, NKey::kFb, fb);
625 ParseUInt32(parser, NKey::kLc, lc);
626 ParseUInt32(parser, NKey::kLp, lp);
627 ParseUInt32(parser, NKey::kPb, pb);
629 mcDefined = parser[NKey::kMc].ThereIs;
631 mc = GetNumber(parser[NKey::kMc].PostStrings[0]);