Searched refs:CObjectVector (Results 1 – 25 of 45) sorted by relevance
12
/external/lzma/CPP/7zip/Archive/7z/ |
D | 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
|
D | 7zOut.h | 88 void WriteUnpackInfo(const CObjectVector<CFolder> &folders); 91 const CObjectVector<CFolder> &folders, 104 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders);
|
D | 7zIn.cpp | 145 void Set(CInArchive *archive, const CObjectVector<CByteBuffer> *dataVector); 170 void CStreamSwitch::Set(CInArchive *archive, const CObjectVector<CByteBuffer> *dataVector) in Set() 533 const CObjectVector<CByteBuffer> *dataVector, in ReadUnpackInfo() 534 CObjectVector<CFolder> &folders) in ReadUnpackInfo() 586 const CObjectVector<CFolder> &folders, in ReadSubStreamsInfo() 689 const CObjectVector<CByteBuffer> *dataVector, in ReadStreamsInfo() 694 CObjectVector<CFolder> &folders, in ReadStreamsInfo() 763 void CInArchive::ReadUInt64DefVector(const CObjectVector<CByteBuffer> &dataVector, in ReadUInt64DefVector() 784 UInt64 &dataOffset, CObjectVector<CByteBuffer> &dataVector in ReadAndDecodePackedStreams() 793 CObjectVector<CFolder> folders; in ReadAndDecodePackedStreams() [all …]
|
D | 7zItem.h | 39 CObjectVector<CCoderInfo> Coders; 186 CObjectVector<CFolder> Folders; 188 CObjectVector<CFileItem> Files;
|
D | 7zCompressionMode.h | 32 CObjectVector<CMethodFull> Methods;
|
D | 7zEncode.h | 27 CObjectVector<CCoderInfo> _codersInfo;
|
D | 7zDecode.h | 45 CObjectVector<CMyComPtr<IUnknown> > _decoders;
|
D | 7zUpdate.h | 76 const CObjectVector<CUpdateItem> &updateItems,
|
D | 7zHandler.h | 94 CObjectVector<COneMethodInfo> &methodsInfo
|
/external/lzma/CPP/Common/ |
D | MyVector.h | 180 class CObjectVector: public CPointerVector 183 CObjectVector() {}; in CObjectVector() function 184 ~CObjectVector() { Clear(); }; in ~CObjectVector() 185 CObjectVector(const CObjectVector &v): CPointerVector() { *this = v; } in CObjectVector() function 186 CObjectVector& operator=(const CObjectVector &v) 191 CObjectVector& operator+=(const CObjectVector &v)
|
D | Wildcard.h | 38 CObjectVector<CCensorNode> SubNodes; 39 CObjectVector<CItem> IncludeItems; 40 CObjectVector<CItem> ExcludeItems; 70 CObjectVector<CPair> Pairs;
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2MT.h | 16 CObjectVector< CMyComPtr<ISequentialInStream> > InStreams; 17 CObjectVector< CMyComPtr<ISequentialOutStream> > OutStreams; 49 CObjectVector<CStreamBinder> _streamBinders; 56 CObjectVector<CCoder2> _coders;
|
D | HandlerOut.h | 13 CObjectVector<CProp> Props; 33 CObjectVector<COneMethodInfo> _methods;
|
D | MultiStream.h | 26 CObjectVector<CSubStreamInfo> Streams;
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.h | 52 CObjectVector<CArcExtInfo> Exts; 113 CObjectVector<CIconPair> IconPairs; 145 CObjectVector<CCodecLib> Libs; 146 CObjectVector<CDllCodecInfo> Codecs; 164 CObjectVector<CArcInfoEx> Formats;
|
D | Update.h | 87 CObjectVector<CProperty> Properties; 95 CObjectVector<CUpdateArchiveCommand> Commands;
|
D | SetProperties.h | 8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
|
D | UpdatePair.h | 21 const CObjectVector<CArcItem> &arcItems,
|
D | EnumDirItems.h | 11 const NWindows::NFile::NFind::CFileInfoW &fi, CObjectVector<CDirItem> &dirItems);
|
D | Extract.h | 32 CObjectVector<CProperty> Properties;
|
D | ZipRegistry.h | 58 CObjectVector<CFormatOptions> Formats;
|
D | Update.cpp | 64 CObjectVector<CSubStreamInfo> Streams; 307 const CObjectVector<CArcItem> &arcItems, in Compress() 515 CObjectVector<CArcItem> &arcItems) in EnumerateInArchiveItems() 568 const CObjectVector<CArcItem> &arcItems, in UpdateWithItemLists() 819 CObjectVector<CArcItem> arcItems; in UpdateArchive()
|
/external/lzma/CPP/7zip/Common/ |
D | CreateCoder.h | 26 HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVector<CCodecInfoEx> &externalCo… 38 #define DECL_EXTERNAL_CODECS_VARS CMyComPtr<ICompressCodecsInfo> _codecsInfo; CObjectVector<CCodecI… 41 #define DECL_EXTERNAL_CODECS_LOC_VARS2 ICompressCodecsInfo *codecsInfo, const CObjectVector<CCodecI…
|
D | MethodProps.h | 21 CObjectVector<CProp> Props; 26 CObjectVector<CMethod> Methods;
|
D | CreateCoder.cpp | 49 HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVector<CCodecInfoEx> &externalCo… in LoadExternalCodecs() 89 ICompressCodecsInfo * /* codecsInfo */, const CObjectVector<CCodecInfoEx> *externalCodecs, in FindMethod() 125 ICompressCodecsInfo * /* codecsInfo */, const CObjectVector<CCodecInfoEx> *externalCodecs, in FindMethod()
|
12