Searched refs:OpenPt (Results 1 – 1 of 1) sorted by relevance
117 IntTy OpenPt; variable142 if (Pt > OpenPt/*Don't add empty ranges.*/ && RightMapping) in onLOpen()143 RightMapping->add(OpenPt, Pt-1, CurrentRSuccessor); in onLOpen()154 OpenPt = Pt; in onLOpen()160 assert(Pt >= OpenPt && in onLClose()163 LeftMapping->add(OpenPt, Pt, CurrentLSuccessor); in onLClose()168 IntersectionMapping->add(OpenPt, Pt, CurrentLSuccessor); in onLClose()169 OpenPt = Pt + 1; in onLClose()181 if (Pt > OpenPt && LeftMapping) in onROpen()182 LeftMapping->add(OpenPt, Pt-1, CurrentLSuccessor); in onROpen()[all …]