Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DInBuffer.h11 struct CInBufferException: public CSystemException struct
13 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {} in CInBufferException() function
DInBuffer.cpp67 throw CInBufferException(result); in ReadBlock()
/external/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp381 catch(const CInBufferException &e) { return e.ErrorCode; } in Code()