Searched defs:SetInStream (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Compress/ | ||
D | PpmdDecoder.cpp | 143 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) in SetInStream() function in NCompress::NPpmd::CDecoder |
D | Lzma2Decoder.cpp | 59 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { _inStream = inStream; return S_… in SetInStream() function in NCompress::NLzma2::CDecoder |
D | LzmaDecoder.cpp | 184 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { _inStream = inStream; return S_… in SetInStream() function in NCompress::NLzma::CDecoder |
/external/lzma/CPP/7zip/Common/ | ||
D | FilterCoder.cpp | 163 STDMETHODIMP CFilterCoder::SetInStream(ISequentialInStream *inStream) in SetInStream() function in CFilterCoder |