Home
last modified time | relevance | path

Searched refs:SetFinishMode (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DCopyCoder.h40 STDMETHOD(SetFinishMode)(UInt32 finishMode);
DXzDecoder.h79 STDMETHOD(SetFinishMode)(UInt32 finishMode);
DLzma2Decoder.h64 STDMETHOD(SetFinishMode)(UInt32 finishMode);
DLzmaDecoder.h73 STDMETHOD(SetFinishMode)(UInt32 finishMode);
DCopyCoder.cpp18 STDMETHODIMP CCopyCoder::SetFinishMode(UInt32 /* finishMode */) in SetFinishMode() function in NCompress::CCopyCoder
DXzDecoder.cpp122 STDMETHODIMP CComDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode() function in NCompress::NXz::CComDecoder
DBcj2Coder.h102 STDMETHOD(SetFinishMode)(UInt32 finishMode);
DLzma2Decoder.cpp51 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode() function in NCompress::NLzma2::CDecoder
DLzmaDecoder.cpp102 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode() function in NCompress::NLzma::CDecoder
DBcj2Coder.cpp330 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode() function in NCompress::NBcj2::CDecoder
/external/lzma/CPP/7zip/
DICoder.h183 STDMETHOD(SetFinishMode)(UInt32 finishMode) PURE;
/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp445 RINOK(setFinishMode->SetFinishMode(BoolToInt(finishMode))); in Decode()