Home
last modified time | relevance | path

Searched refs:CUIntVector (Results 1 – 25 of 35) sorted by relevance

12

/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.h114 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()
D7zHandler.h61 CUIntVector _enabledFilters;
62 CUIntVector _disabledFilters;
/external/lzma/CPP/7zip/UI/Agent/
DAgentProxy.h62 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…
DAgentProxy.cpp134 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()
DAgentOut.cpp446 CUIntVector realIndices; in Z7_COM7F_IMF()
550 CUIntVector realIndices; in RenameItem()
665 CUIntVector realIndices; in UpdateOneFile()
DAgent.h106 bool includeAltStreams, bool includeFolderSubItemsInFlatMode, CUIntVector &realIndices) const;
/external/lzma/CPP/7zip/Common/
DUniqBlocks.h28 CUIntVector Sorted;
29 CUIntVector BufIndexToSortedIndex;
/external/lzma/CPP/7zip/UI/FileManager/
DListViewDialog.cpp20 static void ListView_GetSelected(NControl::CListView &listView, CUIntVector &vector) in ListView_GetSelected()
166 CUIntVector indexes; in CopyToClipboard()
201 CUIntVector indexes; in ShowItemInfo()
DSystemPage.cpp100 void CSystemPage::ChangeState(unsigned group, const CUIntVector &indices) in ChangeState()
389 CUIntVector indices; in OnNotify()
421 CUIntVector indices; in ChangeState()
DSystemPage.h109 void ChangeState(unsigned group, const CUIntVector &indices);
DBrowseDialog2.cpp246 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()
DProgressDialog2.cpp1355 static void ListView_GetSelected(NControl::CListView &listView, CUIntVector &vector) in ListView_GetSelected()
1371 CUIntVector indexes; in CopyToClipboard()
/external/lzma/CPP/7zip/UI/Common/
DSortUtils.h8 void SortFileNames(const UStringVector &strings, CUIntVector &indices);
DSortUtils.cpp15 void SortFileNames(const UStringVector &strings, CUIntVector &indices) in SortFileNames()
DUpdatePair.cpp143 CUIntVector dirIndices, arcIndices; in GetUpdatePairInfoList()
DOpenArchive.cpp2151 CUIntVector sortedFormats;
2358 CUIntVector arc2sig; // formatIndex to signatureIndex
2359 CUIntVector sig2arc; // signatureIndex to formatIndex;
2386 CUIntVector difficultFormats;
/external/lzma/CPP/7zip/Archive/Wim/
DWimIn.h465 CUIntVector SortedItems;
470 CUIntVector VirtualRoots; // we use them for old 1.10 WIM archives
DWimHandlerOut.cpp36 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()
DWimIn.cpp1172 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/
DChmIn.h191 CUIntVector Indices;
/external/lzma/CPP/7zip/Archive/Udf/
DUdfIn.h347 CUIntVector SubFiles;
/external/lzma/CPP/7zip/UI/GUI/
DCompressDialog.h374CUIntVector ArcIndices; // can not be empty, must contain Info.FormatIndex, if Info.FormatIndex >=…
/external/lzma/CPP/Common/
DMyVector.h465 typedef CRecordVector<unsigned int> CUIntVector; typedef
/external/lzma/CPP/7zip/Archive/
DExtHandler.cpp795 …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/
DPluginWrite.cpp553 CUIntVector indices; in CompressFiles()

12