Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DInBuffer.h10 struct CInBufferException: public CSystemException struct
12 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {} in CInBufferException() function
DInBuffer.cpp69 throw CInBufferException(result); in ReadBlock()