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

  /external/lzma/CPP/7zip/Common/
InBuffer.h 11 struct CInBufferException: public CSystemException
13 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {}
InBuffer.cpp 67 throw CInBufferException(result);
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 381 catch(const CInBufferException &e) { return e.ErrorCode; }

Completed in 220 milliseconds