Home
last modified time | relevance | path

Searched refs:IsFinishedOK (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp145 bool IsFinishedOK() const { return Code == 0; } in IsFinishedOK() function in CRangeDecoder
480 if (RangeDec.IsFinishedOK()) in Decode()
544 return RangeDec.IsFinishedOK() ? in Decode()
/external/lzma/CPP/7zip/Common/
DLimitedStreams.h156 bool IsFinishedOK() const { return (_size == 0 && !_overflow); } in IsFinishedOK() function
/external/lzma/DOC/
Dlzma-specification.txt378 calling the IsFinishedOK() function:
380 bool IsFinishedOK() const { return Code == 0; }
384 check in the IsFinishedOK() function provides very good feature for
910 if (RangeDec.IsFinishedOK())
1043 return RangeDec.IsFinishedOK() ?