Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DCopyCoder.h41 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value);
DXzDecoder.h80 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value);
DPpmdDecoder.h64 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value);
DLzma2Decoder.h65 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value);
DLzmaDecoder.h74 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value);
DCopyCoder.cpp100 STDMETHODIMP CCopyCoder::GetInStreamProcessedSize(UInt64 *value) in GetInStreamProcessedSize() function in NCompress::CCopyCoder
DXzDecoder.cpp128 STDMETHODIMP CComDecoder::GetInStreamProcessedSize(UInt64 *value) in GetInStreamProcessedSize() function in NCompress::NXz::CComDecoder
DPpmdDecoder.cpp138 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) in GetInStreamProcessedSize() function in NCompress::NPpmd::CDecoder
DLzma2Decoder.cpp189 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) in GetInStreamProcessedSize() function in NCompress::NLzma2::CDecoder
DLzmaDecoder.cpp109 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) in GetInStreamProcessedSize() function in NCompress::NLzma::CDecoder
/external/lzma/CPP/7zip/
DICoder.h173 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value) PURE;
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp76 RINOK(getInStreamProcessedSize->GetInStreamProcessedSize(&processed)); in CheckDataAfterEnd()