Lines Matching refs:index
73 unsigned index = ids.AddToUniqueSorted(tempMethods[t]);
75 methods.Insert(index, m);
85 unsigned index = ids.AddToUniqueSorted(id);
87 methods.Insert(index, m);
1036 Z7_COM7F_IMF(CHandler::GetParent(UInt32 /* index */ , UInt32 *parent, UInt32 *parentType))
1049 Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 index, BSTR *name, PROPID *propID))
1051 *propID = kRawProps[index];
1056 Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType))
1064 const CHashPair &hp = HashPairs[index];
1155 Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value))
1159 CHashPair &hp = HashPairs[index];
1491 const UInt32 index = allFilesMode ? i : indices[i];
1492 const CHashPair &hp = HashPairs[index];
1497 RINOK(GetDiskProperty->GetDiskProperty(index, kpidSize, &prop))
1522 const UInt32 index = allFilesMode ? i : indices[i];
1524 CHashPair &hp = HashPairs[index];
1533 RINOK(updateCallbackFile->GetStream2(index, &inStream, NUpdateNotifyOp::kHashRead))
1546 RINOK(extractCallback->GetStream(index, &realOutStream, askMode))
1668 static HRESULT GetPropString(IArchiveUpdateCallback *callback, UInt32 index, PROPID propId,
1673 RINOK(callback->GetProperty(index, propId, &prop))