• Home
  • Raw
  • Download

Lines Matching refs:StartChildIndex

327     procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
386 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, argument
481 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer;
1158 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer;
1303 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, argument
1332 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, argument
1416 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
2045 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
2279 procedure TBaseTree.ReplaceChildren(const StartChildIndex,
2290 ReplacingHowMany := StopChildIndex - StartChildIndex + 1;
2310 for I := StartChildIndex to StopChildIndex do
2325 FChildren[StartChildIndex + J] := NewChildren[J];
2326 IndexToDelete := StartChildIndex + NumNewChildren;
2333 FreshenParentAndChildIndexes(StartChildIndex);
2342 FChildren[StartChildIndex + ReplacedSoFar] := NewChildren[ReplacedSoFar];
2349 FChildren.Insert(StartChildIndex + ReplacedSoFar,NewChildren[ReplacedSoFar]);
2353 FreshenParentAndChildIndexes(StartChildIndex);
2980 const StartChildIndex, StopChildIndex: Integer; const T: IANTLRInterface);
2983 (Parent as ITree).ReplaceChildren(StartChildIndex, StopChildIndex, T);
3231 const StartChildIndex, StopChildIndex: Integer; const T: IANTLRInterface);
3234 FAdaptor.ReplaceChildren(Parent, StartChildIndex, StopChildIndex, T);
4780 const Parent: IANTLRInterface; const StartChildIndex, StopChildIndex: Integer;