HomeSort by relevance Sort by last modified time
    Searched refs:COutBufferException (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/Common/
OutBuffer.h 11 struct COutBufferException: public CSystemException
13 COutBufferException(HRESULT errorCode): CSystemException(errorCode) {}
OutBuffer.cpp 114 throw COutBufferException(result);
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 261 catch(const COutBufferException &e) { return e.ErrorCode; }
382 catch(const COutBufferException &e) { return e.ErrorCode; }

Completed in 129 milliseconds