/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.h | 114 CUIntVector DisabledFilterIDs; 117 const CUIntVector &enabledFilters) in Add_DisabledFilter_for_id() 125 const CUIntVector &enabledFilters, in SetFilterSupporting_ver_enabled_disabled() 126 const CUIntVector &disabledFilters) in SetFilterSupporting_ver_enabled_disabled()
|
D | 7zHandler.h | 61 CUIntVector _enabledFilters; 62 CUIntVector _disabledFilters;
|
/external/lzma/CPP/7zip/UI/Agent/ |
D | AgentProxy.h | 62 void AddRealIndices(unsigned dirIndex, CUIntVector &realIndices) const; 64 …void GetRealIndices(unsigned dirIndex, const UInt32 *indices, UInt32 numItems, CUIntVector &realIn… 125 …void AddRealIndices_of_Dir(unsigned dirIndex, bool includeAltStreams, CUIntVector &realIndices) co… 138 …void AddRealIndices_of_ArcItem(unsigned arcIndex, bool includeAltStreams, CUIntVector &realIndices… 140 …Index, const UInt32 *indices, UInt32 numItems, bool includeAltStreams, CUIntVector &realIndices) c…
|
D | AgentProxy.cpp | 134 void CProxyArc::AddRealIndices(unsigned dirIndex, CUIntVector &realIndices) const in AddRealIndices() 160 …RealIndices(unsigned dirIndex, const UInt32 *indices, UInt32 numItems, CUIntVector &realIndices) c… in GetRealIndices() 466 void CProxyArc2::AddRealIndices_of_ArcItem(unsigned arcIndex, bool includeAltStreams, CUIntVector &… in AddRealIndices_of_ArcItem() 476 void CProxyArc2::AddRealIndices_of_Dir(unsigned dirIndex, bool includeAltStreams, CUIntVector &real… in AddRealIndices_of_Dir() 490 …Index, const UInt32 *indices, UInt32 numItems, bool includeAltStreams, CUIntVector &realIndices) c… in GetRealIndices()
|
D | AgentOut.cpp | 446 CUIntVector realIndices; in Z7_COM7F_IMF() 550 CUIntVector realIndices; in RenameItem() 665 CUIntVector realIndices; in UpdateOneFile()
|
D | Agent.h | 106 bool includeAltStreams, bool includeFolderSubItemsInFlatMode, CUIntVector &realIndices) const;
|
/external/lzma/CPP/7zip/Common/ |
D | UniqBlocks.h | 28 CUIntVector Sorted; 29 CUIntVector BufIndexToSortedIndex;
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ListViewDialog.cpp | 20 static void ListView_GetSelected(NControl::CListView &listView, CUIntVector &vector) in ListView_GetSelected() 166 CUIntVector indexes; in CopyToClipboard() 201 CUIntVector indexes; in ShowItemInfo()
|
D | SystemPage.cpp | 100 void CSystemPage::ChangeState(unsigned group, const CUIntVector &indices) in ChangeState() 389 CUIntVector indices; in OnNotify() 421 CUIntVector indices; in ChangeState()
|
D | SystemPage.h | 109 void ChangeState(unsigned group, const CUIntVector &indices);
|
D | BrowseDialog2.cpp | 246 void GetSelected_RealIndexes(CUIntVector &vector); 835 void CBrowseDialog2::GetSelected_RealIndexes(CUIntVector &vector) in GetSelected_RealIndexes() 890 CUIntVector indices; in OnDelete() 1095 CUIntVector indices; in OnContextMenu() 1727 CUIntVector indexes; in Reload()
|
D | ProgressDialog2.cpp | 1355 static void ListView_GetSelected(NControl::CListView &listView, CUIntVector &vector) in ListView_GetSelected() 1371 CUIntVector indexes; in CopyToClipboard()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | SortUtils.h | 8 void SortFileNames(const UStringVector &strings, CUIntVector &indices);
|
D | SortUtils.cpp | 15 void SortFileNames(const UStringVector &strings, CUIntVector &indices) in SortFileNames()
|
D | UpdatePair.cpp | 143 CUIntVector dirIndices, arcIndices; in GetUpdatePairInfoList()
|
D | OpenArchive.cpp | 2151 CUIntVector sortedFormats; 2358 CUIntVector arc2sig; // formatIndex to signatureIndex 2359 CUIntVector sig2arc; // signatureIndex to formatIndex; 2386 CUIntVector difficultFormats;
|
/external/lzma/CPP/7zip/Archive/Wim/ |
D | WimIn.h | 465 CUIntVector SortedItems; 470 CUIntVector VirtualRoots; // we use them for old 1.10 WIM archives
|
D | WimHandlerOut.cpp | 36 CObjectVector<CUIntVector> Vectors; 50 CUIntVector &sorted = sorted2.Vectors[hash]; in AddUniqHash() 147 …HardLinkList(const CObjectVector<CMetaItem> &metaItems, unsigned indexOfItem, CUIntVector &indexes) in AddToHardLinkList() 188 CUIntVector Files; // indexes in MetaItems[] 486 CUIntVector UpdateIndexes; /* indexes in UpdateItems in order of writing data streams 745 CUIntVector numUnchangedItemsInImage; in Z7_COM7F_IMF() 1481 CUIntVector hlIndexes; // sorted indexes for hard link items in Z7_COM7F_IMF()
|
D | WimIn.cpp | 1172 static int FindId(const CStreamInfo *streams, const CUIntVector &sorted, UInt32 id) in FindId() 1190 static int FindHash(const CStreamInfo *streams, const CUIntVector &sorted, const Byte *hash) in FindHash() 1230 CUIntVector sortedByHash; in FillAndCheck() 1483 CUIntVector refCounts; in FillAndCheck()
|
/external/lzma/CPP/7zip/Archive/Chm/ |
D | ChmIn.h | 191 CUIntVector Indices;
|
/external/lzma/CPP/7zip/Archive/Udf/ |
D | UdfIn.h | 347 CUIntVector SubFiles;
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | CompressDialog.h | 374 …CUIntVector ArcIndices; // can not be empty, must contain Info.FormatIndex, if Info.FormatIndex >=…
|
/external/lzma/CPP/Common/ |
D | MyVector.h | 465 typedef CRecordVector<unsigned int> CUIntVector; typedef
|
/external/lzma/CPP/7zip/Archive/ |
D | ExtHandler.cpp | 795 …CObjectVector<CUIntVector> _dirs; // each CUIntVector contains indexes in _items[] only for dir it… 875 CUIntVector &dir = _dirs.AddNew(); in ParseDir() 1074 const CUIntVector &dir = _dirs[node.DirIndex]; in FindTargetItem_for_SymLink()
|
/external/lzma/CPP/7zip/UI/Far/ |
D | PluginWrite.cpp | 553 CUIntVector indices; in CompressFiles()
|