HomeSort by relevance Sort by last modified time
    Searched refs:NKey (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 53 namespace NKey {
641 if (parser[NKey::kUpdate].ThereIs)
642 ParseUpdateCommandString(options, parser[NKey::kUpdate].PostStrings,
644 if (parser[NKey::kWorkingDir].ThereIs)
646 const UString &postString = parser[NKey::kWorkingDir].PostStrings[0];
652 options.SfxMode = parser[NKey::kSfx].ThereIs;
654 options.SfxModule = parser[NKey::kSfx].PostStrings[0];
656 if (parser[NKey::kVolume].ThereIs)
658 const UStringVector &sv = parser[NKey::kVolume].PostStrings;
671 if (parser[NKey::kProperty].ThereIs)
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 47 namespace NKey {
189 if(parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs)
203 if(parser[NKey::kDict].ThereIs)
206 if (!GetNumber(parser[NKey::kDict].PostStrings[0], dicLog))
212 if (parser[NKey::kMatchFinder].ThereIs)
213 mf = parser[NKey::kMatchFinder].PostStrings[0];
218 if (parser[NKey::kMultiThread].ThereIs)
221 const UString &s = parser[NKey::kMultiThread].PostStrings[0];
253 bool stdInMode = parser[NKey::kStdIn].ThereIs;
    [all...]

Completed in 64 milliseconds