Home
last modified time | relevance | path

Searched refs:SetOutStreamSize (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DPpmdDecoder.cpp110 SetOutStreamSize(outSize); in Code()
131 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in NCompress::NPpmd::CDecoder
DLzma2Decoder.cpp62 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in NCompress::NLzma2::CDecoder
81 SetOutStreamSize(outSize); in Code()
DLzma2Decoder.h60 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DPpmdDecoder.h58 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DLzmaDecoder.cpp81 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in NCompress::NLzma::CDecoder
178 SetOutStreamSize(outSize); in Code()
DLzmaDecoder.h60 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
/external/lzma/CPP/7zip/
DICoder.h109 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize) PURE;