Lines Matching defs:index
300 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, unsigned index, PROPID propID, UInt64 &ft, bool &ftDefined)
305 RINOK(updateCallback->GetProperty(index, propID, &prop))
828 const unsigned index = ParseStringToUInt32(srcString, coder);
829 if (index == 0)
831 srcString.DeleteFrontal(index);
836 const unsigned index = ParseStringToUInt32(srcString, stream);
837 if (index == 0)
839 srcString.DeleteFrontal(index);
965 const unsigned index = ParseStringToUInt32(name, number);
966 // UString realName = name.Ptr(index);
967 if (index == 0)