Searched refs:CObjectVector (Results 1 - 25 of 45) sorted by relevance

12

/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.h8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
H A DUpdatePair.h21 const CObjectVector<CArcItem> &arcItems,
H A DEnumDirItems.h11 const NWindows::NFile::NFind::CFileInfoW &fi, CObjectVector<CDirItem> &dirItems);
H A DLoadCodecs.h52 CObjectVector<CArcExtInfo> Exts;
113 CObjectVector<CIconPair> IconPairs;
145 CObjectVector<CCodecLib> Libs;
146 CObjectVector<CDllCodecInfo> Codecs;
164 CObjectVector<CArcInfoEx> Formats;
H A DArchiveCommandLine.h82 CObjectVector<CProperty> ExtractProperties;
H A DDirItem.h33 CObjectVector<CDirItem> Items;
H A DExtract.h32 CObjectVector<CProperty> Properties;
H A DSetProperties.cpp29 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties)
H A DZipRegistry.h58 CObjectVector<CFormatOptions> Formats;
H A DUpdate.h87 CObjectVector<CProperty> Properties;
95 CObjectVector<CUpdateArchiveCommand> Commands;
H A DOpenArchive.h53 CObjectVector<CArc> Arcs;
/external/lzma/CPP/7zip/Common/
H A DMethodProps.h21 CObjectVector<CProp> Props;
26 CObjectVector<CMethod> Methods;
H A DCreateCoder.h26 HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVector<CCodecInfoEx> &externalCodecs);
38 #define DECL_EXTERNAL_CODECS_VARS CMyComPtr<ICompressCodecsInfo> _codecsInfo; CObjectVector<CCodecInfoEx> _externalCodecs;
41 #define DECL_EXTERNAL_CODECS_LOC_VARS2 ICompressCodecsInfo *codecsInfo, const CObjectVector<CCodecInfoEx> *externalCodecs
/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2MT.h16 CObjectVector< CMyComPtr<ISequentialInStream> > InStreams;
17 CObjectVector< CMyComPtr<ISequentialOutStream> > OutStreams;
49 CObjectVector<CStreamBinder> _streamBinders;
56 CObjectVector<CCoder2> _coders;
H A DHandlerOut.h13 CObjectVector<CProp> Props;
33 CObjectVector<COneMethodInfo> _methods;
H A DMultiStream.h26 CObjectVector<CSubStreamInfo> Streams;
66 CObjectVector<CSubStreamInfo> Streams;
/external/lzma/CPP/Common/
H A DWildcard.h38 CObjectVector<CCensorNode> SubNodes;
39 CObjectVector<CItem> IncludeItems;
40 CObjectVector<CItem> ExcludeItems;
70 CObjectVector<CPair> Pairs;
H A DMyVector.h180 class CObjectVector: public CPointerVector class in inherits:CPointerVector
183 CObjectVector() {}; function in class:CObjectVector
184 ~CObjectVector() { Clear(); };
185 CObjectVector(const CObjectVector &v): CPointerVector() { *this = v; } function in class:CObjectVector
186 CObjectVector& operator=(const CObjectVector &v)
191 CObjectVector& operator+=(const CObjectVector &v)
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h32 CObjectVector<CMethodFull> Methods;
H A D7zIn.h132 CObjectVector<CInByte2> _inByteVector;
181 const CObjectVector<CByteBuffer> *dataVector,
182 CObjectVector<CFolder> &folders);
185 const CObjectVector<CFolder> &folders,
192 const CObjectVector<CByteBuffer> *dataVector,
197 CObjectVector<CFolder> &folders,
206 void ReadUInt64DefVector(const CObjectVector<CByteBuffer> &dataVector,
211 CObjectVector<CByteBuffer> &dataVector
H A D7zDecode.h45 CObjectVector<CMyComPtr<IUnknown> > _decoders;
46 // CObjectVector<CMyComPtr<ICompressCoder2> > _decoders2;
H A D7zEncode.h27 CObjectVector<CCoderInfo> _codersInfo;
H A D7zOut.h88 void WriteUnpackInfo(const CObjectVector<CFolder> &folders);
91 const CObjectVector<CFolder> &folders,
104 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders);
H A D7zHandler.h94 CObjectVector<COneMethodInfo> &methodsInfo
H A D7zUpdate.h76 const CObjectVector<CUpdateItem> &updateItems,

Completed in 2896 milliseconds

12