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

1 2

  /external/lzma/CPP/7zip/UI/Common/
SetProperties.h 8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
UpdatePair.h 21 const CObjectVector<CArcItem> &arcItems,
EnumDirItems.h 11 const NWindows::NFile::NFind::CFileInfoW &fi, CObjectVector<CDirItem> &dirItems);
LoadCodecs.h 52 CObjectVector<CArcExtInfo> Exts;
113 CObjectVector<CIconPair> IconPairs;
145 CObjectVector<CCodecLib> Libs;
146 CObjectVector<CDllCodecInfo> Codecs;
164 CObjectVector<CArcInfoEx> Formats;
ArchiveCommandLine.h 82 CObjectVector<CProperty> ExtractProperties;
DirItem.h 33 CObjectVector<CDirItem> Items;
Extract.h 32 CObjectVector<CProperty> Properties;
UpdateCallback.h 66 const CObjectVector<CArcItem> *ArcItems;
ZipRegistry.h 58 CObjectVector<CFormatOptions> Formats;
Update.h 87 CObjectVector<CProperty> Properties;
95 CObjectVector<CUpdateArchiveCommand> Commands;
OpenArchive.h 53 CObjectVector<CArc> Arcs;
  /external/lzma/CPP/7zip/Common/
MethodProps.h 21 CObjectVector<CProp> Props;
26 CObjectVector<CMethod> Methods;
CreateCoder.h 26 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/
CoderMixer2MT.h 16 CObjectVector< CMyComPtr<ISequentialInStream> > InStreams;
17 CObjectVector< CMyComPtr<ISequentialOutStream> > OutStreams;
49 CObjectVector<CStreamBinder> _streamBinders;
56 CObjectVector<CCoder2> _coders;
HandlerOut.h 13 CObjectVector<CProp> Props;
33 CObjectVector<COneMethodInfo> _methods;
MultiStream.h 26 CObjectVector<CSubStreamInfo> Streams;
66 CObjectVector<CSubStreamInfo> Streams;
  /external/lzma/CPP/Common/
Wildcard.h 38 CObjectVector<CCensorNode> SubNodes;
39 CObjectVector<CItem> IncludeItems;
40 CObjectVector<CItem> ExcludeItems;
70 CObjectVector<CPair> Pairs;
MyVector.h 180 class CObjectVector: public CPointerVector
183 CObjectVector() {};
184 ~CObjectVector() { Clear(); };
185 CObjectVector(const CObjectVector &v): CPointerVector() { *this = v; }
186 CObjectVector& operator=(const CObjectVector &v)
191 CObjectVector& operator+=(const CObjectVector &v)
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 32 CObjectVector<CMethodFull> Methods;
7zIn.h 132 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
7zDecode.h 45 CObjectVector<CMyComPtr<IUnknown> > _decoders;
46 // CObjectVector<CMyComPtr<ICompressCoder2> > _decoders2;
7zEncode.h 27 CObjectVector<CCoderInfo> _codersInfo;
7zOut.h 88 void WriteUnpackInfo(const CObjectVector<CFolder> &folders);
91 const CObjectVector<CFolder> &folders,
104 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders);
7zHandler.h 94 CObjectVector<COneMethodInfo> &methodsInfo
7zUpdate.h 76 const CObjectVector<CUpdateItem> &updateItems,

Completed in 206 milliseconds

1 2