Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DOutBuffer.h11 struct COutBufferException: public CSystemException struct
13 COutBufferException(HRESULT errorCode): CSystemException(errorCode) {} in COutBufferException() function
DOutBuffer.cpp109 throw COutBufferException(result); in FlushWithCheck()