Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp1053 CIntVector &orderIndices, unsigned numTypes, CIntVector &orderIndices2, in MakeCheckOrder() argument
1058 const int index = orderIndices[i]; in MakeCheckOrder()
1084 orderIndices[i] = -1; in MakeCheckOrder()
1632 static int FindFormatForArchiveType(CCodecs *codecs, CIntVector orderIndices, const char *name) in FindFormatForArchiveType() argument
1634 FOR_VECTOR (i, orderIndices) in FindFormatForArchiveType()
1636 int oi = orderIndices[i]; in FindFormatForArchiveType()
1671 CIntVector orderIndices; in OpenStream2() local
1705 orderIndices.Add(formatIndex); in OpenStream2()
1774 orderIndices.Insert(numFinded++, (int)i); in OpenStream2()
1778 orderIndices.Add((int)i); in OpenStream2()
[all …]