Home
last modified time | relevance | path

Searched refs:CIntVector (Results 1 – 19 of 19) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DDirItem.h44 CIntVector PhyParents;
45 CIntVector LogParents;
47 UString GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const;
DExtract.h82 const CIntVector &excludedFormats,
DOpenArchive.cpp780 CIntVector &orderIndices, unsigned numTypes, CIntVector &orderIndices2, in MakeCheckOrder()
1315 static int FindFormatForArchiveType(CCodecs *codecs, CIntVector orderIndices, const char *name) in FindFormatForArchiveType()
1350 CIntVector orderIndices; in OpenStream2()
1441 CIntVector orderIndices2; in OpenStream2()
2920 CIntVector excl; in Open()
3054 CIntVector excl; in ReOpen()
DLoadCodecs.h215 bool FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const;
DOpenArchive.h109 const CIntVector *excludedFormats;
DExtract.cpp202 const CIntVector &excludedFormats, in Extract()
DEnumDirItems.cpp42 UString CDirItems::GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const in GetPrefixesPath()
DLoadCodecs.cpp648 bool CCodecs::FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const in FindFormatForArchiveType()
DUpdate.cpp1039 CIntVector excl; in UpdateArchive()
/external/lzma/CPP/7zip/Common/
DUniqBlocks.h13 CIntVector Sorted;
14 CIntVector BufIndexToSortedIndex;
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.h25 const CIntVector &excludedFormatIndices,
DExtractGUI.cpp80 const CIntVector *ExcludedFormatIndices;
150 const CIntVector &excludedFormatIndices, in ExtractGUI()
/external/lzma/CPP/7zip/UI/Console/
DList.h12 const CIntVector &excludedFormats,
DMain.cpp498 CIntVector excludedFormats; in Main2()
501 CIntVector tempIndices; in Main2()
DList.cpp853 const CIntVector &excludedFormats, in ListArchives()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp402 codecs, CObjectVector<COpenType>(), CIntVector(), in Main2()
431 codecs, CObjectVector<COpenType>(), CIntVector(), in Main2()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp48 CIntVector excl; in Process2()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp181 CObjectVector<COpenType>(), CIntVector(), in WinMain2()
/external/lzma/CPP/Common/
DMyVector.h397 typedef CRecordVector<int> CIntVector; typedef