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

  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 145 bool IsFinishedOK() const { return Code == 0; }
478 if (RangeDec.IsFinishedOK())
542 return RangeDec.IsFinishedOK() ?
  /external/lzma/CPP/7zip/Common/
LimitedStreams.h 155 bool IsFinishedOK() const { return (_size == 0 && !_overflow); }

Completed in 63 milliseconds