Home
last modified time | relevance | path

Searched defs:InputEofError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DDeflateDecoder.h140 bool InputEofError() const { return m_InBitStream.ExtraBitsWereRead(); } in InputEofError() function
H A DRar3Decoder.h239 bool InputEofError() const { return m_InBitStream.BitDecoder.ExtraBitsWereRead(); } in InputEofError() function
H A DRar5Decoder.cpp443 Z7_FORCE_INLINE bool InputEofError() const { return ExtraBitsWereRead(); } in InputEofError() function in NCompress::NRar5::CBitDecoder