Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp95 struct IDecodeState: public CStatInfo struct
99 IDecodeState(): DecodeRes(SZ_OK) {} in IDecodeState() function
105 struct CVirtProgress_To_LocalProgress: public IDecodeState
151 …HRESULT Decode2(ISequentialInStream *seqInStream, ISequentialOutStream *outStream, IDecodeState &p… in Decode2()
427 struct CVirtProgress_To_OpenProgress: public IDecodeState
608 HRESULT IDecodeState::Decode(ISequentialInStream *seqInStream, ISequentialOutStream *outStream) in Decode()