Home | History | Annotate | Download | only in Archive

Lines Matching refs:CMyComPtr

72   CMyComPtr<ICompressCoder> _lzmaDecoder;

73 CMyComPtr<ISequentialOutStream> _bcjStream;
105 CMyComPtr<ICompressCoder> coder;
130 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties;
137 CMyComPtr<ICompressSetOutStream> setOutStream;
155 CMyComPtr<IOutStreamFlush> flush;
184 CMyComPtr<IInStream> _stream;
185 CMyComPtr<ISequentialInStream> _seqStream;
334 CMyComPtr<ISequentialOutStream> realOutStream;
345 CMyComPtr<ISequentialOutStream> outStream(outStreamSpec);
351 CMyComPtr<ICompressProgressInfo> progress = lps;