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

  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.h 75 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
PpmdDecoder.h 58 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
PpmdDecoder.cpp 106 SetOutStreamSize(outSize);
127 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
LzmaDecoder.h 63 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
Bcj2Coder.h 107 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
Lzma2Decoder.cpp 70 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
96 SetOutStreamSize(outSize);
LzmaDecoder.cpp 77 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
180 SetOutStreamSize(outSize);
Bcj2Coder.cpp 527 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 190 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
FilterCoder.cpp 282 STDMETHODIMP CFilterCoder::SetOutStreamSize(const UInt64 *outSize)
  /external/lzma/CPP/7zip/
ICoder.h 215 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize) PURE;
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 146 RINOK(_filterCoder->SetOutStreamSize(NULL));
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.cpp 699 CMyComPtr<ICompressSetOutStreamSize> setOutStreamSize;
700 coder.QueryInterface(IID_ICompressSetOutStreamSize, (void **)&setOutStreamSize);
701 if (setOutStreamSize)
702 RINOK(setOutStreamSize->SetOutStreamSize(
761 CMyComPtr<ICompressSetOutStreamSize> setOutStreamSize;
762 coder.QueryInterface(IID_ICompressSetOutStreamSize, (void **)&setOutStreamSize);
763 if (setOutStreamSize)
765 RINOK(setOutStreamSize->SetOutStreamSize(coder.UnpackSizePointer));
    [all...]

Completed in 180 milliseconds