Lines Matching refs:index
120 UString CDirItems::GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const
126 for (i = index; i >= 0; i = parents[(unsigned)i])
134 for (i = index; i >= 0; i = parents[(unsigned)i])
144 FString CDirItems::GetPhyPath(unsigned index) const
146 const CDirItem &di = Items[index];
150 UString CDirItems::GetLogPath(unsigned index) const
152 const CDirItem &di = Items[index];
699 int index = curNode.FindSubNode(name);
700 if (index >= 0)
702 nextNode = &curNode.SubNodes[(unsigned)index];
958 int index = curNode.FindSubNode(name);
959 if (index >= 0)
961 for (int t = (int)needEnterVector.Size(); t <= index; t++)
963 needEnterVector[(unsigned)index] = false;
964 nextNode = &curNode.SubNodes[(unsigned)index];
1408 const int index = OwnerNameMap.Find(item.uid);
1409 if (index < 0) throw 1;
1410 item.OwnerNameIndex = index;
1413 const int index = OwnerGroupMap.Find(item.gid);
1414 if (index < 0) throw 1;
1415 item.OwnerGroupIndex = index;
1539 unsigned index = indices[i];
1540 sortedPaths.AddInReserved(fs2us(paths[index]));
1541 sortedFullPaths.AddInReserved(fullPaths[index]);