Searched defs:InputEofError (Results 1 – 3 of 3) sorted by relevance
140 bool InputEofError() const { return m_InBitStream.ExtraBitsWereRead(); } in InputEofError() function
239 bool InputEofError() const { return m_InBitStream.BitDecoder.ExtraBitsWereRead(); } in InputEofError() function
443 Z7_FORCE_INLINE bool InputEofError() const { return ExtraBitsWereRead(); } in InputEofError() function in NCompress::NRar5::CBitDecoder