Home | History | Annotate | Download | only in Common

Lines Matching defs:curParent

562     UInt32 curParent = (UInt32)(Int32)-1;

564 RINOK(GetRawProps->GetParent(curIndex, &curParent, &parentType));
565 if (parent == curParent)
567 if (curParent == (UInt32)(Int32)-1)
570 curIndex = curParent;