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

  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 292 bool stdInMode = parser[NKey::kStdIn].ThereIs;
297 if (stdInMode)
342 if (parser[NKey::kEOS].ThereIs || stdInMode)
427 bool eos = parser[NKey::kEOS].ThereIs || stdInMode;
487 if (eos || stdInMode)
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 118 bool stdInMode;
129 stdInMode(false)

Completed in 283 milliseconds