HomeSort by relevance Sort by last modified time
    Searched refs:CMyComPtr (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/lzma/CPP/7zip/Common/
CreateCoder.h 38 #define DECL_EXTERNAL_CODECS_VARS CMyComPtr<ICompressCodecsInfo> _codecsInfo; CObjectVector<CCodecInfoEx> _externalCodecs;
75 CMyComPtr<ICompressFilter> &filter,
76 CMyComPtr<ICompressCoder> &coder,
77 CMyComPtr<ICompressCoder2> &coder2,
83 CMyComPtr<ICompressCoder> &coder,
84 CMyComPtr<ICompressCoder2> &coder2,
90 CMyComPtr<ICompressCoder> &coder, bool encode);
95 CMyComPtr<ICompressFilter> &filter,
ProgressUtils.h 15 CMyComPtr<IProgress> _progress;
16 CMyComPtr<ICompressProgressInfo> _ratioProgress;
FilterCoder.h 36 CMyComPtr<ISequentialInStream> _inStream;
37 CMyComPtr<ISequentialOutStream> _outStream;
52 CMyComPtr<ICryptoSetPassword> _setPassword;
54 CMyComPtr<ICompressSetCoderProperties> _SetCoderProperties;
55 CMyComPtr<ICompressWriteCoderProperties> _writeCoderProperties;
56 // CMyComPtr<ICryptoResetSalt> _CryptoResetSalt;
57 CMyComPtr<ICryptoResetInitVector> _CryptoResetInitVector;
59 CMyComPtr<ICompressSetDecoderProperties2> _setDecoderProperties;
61 CMyComPtr<ICompressFilter> Filter;
OffsetStream.h 14 CMyComPtr<IOutStream> _stream;
CreateCoder.cpp 157 CMyComPtr<ICompressFilter> &filter,
158 CMyComPtr<ICompressCoder> &coder,
159 CMyComPtr<ICompressCoder2> &coder2,
257 CMyComPtr<ICompressCoder> &coder,
258 CMyComPtr<ICompressCoder2> &coder2,
261 CMyComPtr<ICompressFilter> filter;
271 CMyComPtr<ICompressCoder> &coder, bool encode)
273 CMyComPtr<ICompressFilter> filter;
274 CMyComPtr<ICompressCoder2> coder2;
284 CMyComPtr<ICompressFilter> &filter,
    [all...]
LimitedStreams.h 14 CMyComPtr<ISequentialInStream> _stream;
39 CMyComPtr<IInStream> _stream;
73 CMyComPtr<IInStream> Stream;
106 CMyComPtr<ISequentialOutStream> _stream;
LockedStream.h 12 CMyComPtr<IInStream> _stream;
MethodProps.cpp 42 CMyComPtr<ICompressSetCoderProperties> setCoderProperties;
69 CMyComPtr<ICompressSetCoderProperties> setCoderProperties;
84 CMyComPtr<ICompressWriteCoderProperties> writeCoderProperties;
89 CMyComPtr<ISequentialOutStream> outStream(outStreamSpec);
  /external/lzma/CPP/7zip/Archive/7z/
7zSpecStream.h 15 CMyComPtr<ISequentialInStream> _stream;
16 CMyComPtr<ICompressGetSubStreamSize> _getSubStreamSize;
7zDecode.h 44 CMyComPtr<ICompressCoder2> _mixerCoder;
45 CObjectVector<CMyComPtr<IUnknown> > _decoders;
46 // CObjectVector<CMyComPtr<ICompressCoder2> > _decoders2;
7zFolderInStream.h 21 CMyComPtr<ISequentialInStream> _inStreamWithHash;
22 CMyComPtr<IArchiveUpdateCallback> _updateCallback;
7zFolderOutStream.h 21 CMyComPtr<ISequentialOutStream> _crcStream;
24 CMyComPtr<IArchiveExtractCallback> _extractCallback;
7zDecode.cpp 110 CObjectVector< CMyComPtr<ISequentialInStream> > inStreams;
119 CMyComPtr<ISequentialInStream> lockedStreamImp = lockedStreamImpSpec;
125 CMyComPtr<ISequentialInStream> inStream = streamSpec;
169 CMyComPtr<ICompressCoder> decoder;
170 CMyComPtr<ICompressCoder2> decoder2;
174 CMyComPtr<IUnknown> decoderUnknown;
203 CMyComPtr<ISetCompressCodecsInfo> setCompressCodecsInfo;
224 CMyComPtr<IUnknown> &decoder = _decoders[coderIndex];
227 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties;
245 CMyComPtr<ICompressSetCoderMt> setCoderMt;
    [all...]
7zEncode.cpp 65 CMyComPtr<ICompressCoder> encoder;
66 CMyComPtr<ICompressCoder2> encoder2;
76 CMyComPtr<IUnknown> encoderCommon = encoder ? (IUnknown *)encoder : (IUnknown *)encoder2;
80 CMyComPtr<ICompressSetCoderMt> setCoderMt;
93 CMyComPtr<ICryptoResetSalt> resetSalt;
102 CMyComPtr<ISetCompressCodecsInfo> setCompressCodecsInfo;
110 CMyComPtr<ICryptoSetPassword> cryptoSetPassword;
155 CObjectVector<CMyComPtr<ISequentialOutStream> > tempBuffers;
167 CMyComPtr<ISequentialOutStream> tempBuffer = tempBufferSpec;
197 CMyComPtr<ISequentialInStream> inStreamSizeCount = inStreamSizeCountSpec;
    [all...]
7zEncode.h 25 CMyComPtr<ICompressCoder2> _mixerCoder;
  /external/lzma/CPP/7zip/Archive/Common/
DummyOutStream.h 13 CMyComPtr<ISequentialOutStream> _stream;
OutStreamWithCRC.h 16 CMyComPtr<ISequentialOutStream> _stream;
CoderMixer2MT.h 16 CObjectVector< CMyComPtr<ISequentialInStream> > InStreams;
17 CObjectVector< CMyComPtr<ISequentialOutStream> > OutStreams;
InStreamWithCRC.h 21 CMyComPtr<ISequentialInStream> _stream;
49 CMyComPtr<IInStream> _stream;
MultiStream.h 21 CMyComPtr<IInStream> Stream;
62 CMyComPtr<ISequentialOutStream> Stream;
68 CMyComPtr<IArchiveUpdateCallback2> VolumeCallback;
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 31 CMyComPtr<IFolderArchiveExtractCallback> _extractCallback2;
32 CMyComPtr<ICompressProgressInfo> _compressProgress;
33 CMyComPtr<ICryptoGetTextPassword> _cryptoGetTextPassword;
70 CMyComPtr<ISequentialOutStream> _outFileStream;
73 CMyComPtr<ISequentialOutStream> _crcStream;
82 CMyComPtr<ICompressProgressInfo> _localProgress;
ArchiveOpenCallback.cpp 75 CMyComPtr<IArchiveOpenCallback> OpenCallbackRef;
103 CMyComPtr<IInStream> inStreamTemp = inFile;
122 CMyComPtr<ICryptoGetTextPassword> getTextPassword;
  /external/lzma/CPP/Common/
MyCom.h 13 class CMyComPtr
18 CMyComPtr() { _p = NULL;}
19 CMyComPtr(T* p) {if ((_p = p) != NULL) p->AddRef(); }
20 CMyComPtr(const CMyComPtr<T>& lp)
25 ~CMyComPtr() { if (_p) _p->Release(); }
40 T* operator=(const CMyComPtr<T>& lp) { return (*this = lp._p); }
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 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);
    [all...]
SplitHandler.cpp 39 CObjectVector<CMyComPtr<IInStream> > _streams;
147 CMyComPtr<IArchiveOpenVolumeCallback> openVolumeCallback;
148 CMyComPtr<IArchiveOpenCallback> openArchiveCallbackWrap = openArchiveCallback;
234 CMyComPtr<IInStream> nextStream;
308 CMyComPtr<ISequentialOutStream> outStream;
318 CMyComPtr<ICompressCoder> copyCoder = copyCoderSpec;
321 CMyComPtr<ICompressProgressInfo> progress = lps;
345 CMyComPtr<ISequentialInStream> streamTemp = streamSpec;

Completed in 141 milliseconds

1 2 3