Searched refs:NKey (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp53 namespace NKey { namespace
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
[all...]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp47 namespace NKey { namespace
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
[all...]

Completed in 96 milliseconds