Searched refs:SanityCheckParentAndChildIndexes (Results 1 – 5 of 5) sorted by relevance
168 dup.SanityCheckParentAndChildIndexes(); in testDupTree()184 newRoot.SanityCheckParentAndChildIndexes(); in testBecomeRoot()199 newRoot.SanityCheckParentAndChildIndexes(); in testBecomeRoot2()216 newRoot.SanityCheckParentAndChildIndexes(); in testBecomeRoot3()232 newRoot.SanityCheckParentAndChildIndexes(); in testBecomeRoot5()248 root_0.SanityCheckParentAndChildIndexes(); in testBecomeRoot6()282 t.SanityCheckParentAndChildIndexes(); in testReplaceWithOneChildren()297 t.SanityCheckParentAndChildIndexes(); in testReplaceInMiddle()312 t.SanityCheckParentAndChildIndexes(); in testReplaceAtLeft()327 t.SanityCheckParentAndChildIndexes(); in testReplaceAtRight()[all …]
360 public virtual void SanityCheckParentAndChildIndexes() { in SanityCheckParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree361 SanityCheckParentAndChildIndexes(null, -1); in SanityCheckParentAndChildIndexes()364 public virtual void SanityCheckParentAndChildIndexes(ITree parent, int i) { in SanityCheckParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree374 child.SanityCheckParentAndChildIndexes(this, c); in SanityCheckParentAndChildIndexes()
474 public virtual void SanityCheckParentAndChildIndexes() in SanityCheckParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree476 SanityCheckParentAndChildIndexes( null, -1 ); in SanityCheckParentAndChildIndexes()479 public virtual void SanityCheckParentAndChildIndexes( ITree parent, int i ) in SanityCheckParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree493 child.SanityCheckParentAndChildIndexes( this, c ); in SanityCheckParentAndChildIndexes()
264 NewRoot.SanityCheckParentAndChildIndexes;279 NewRoot.SanityCheckParentAndChildIndexes;296 NewRoot.SanityCheckParentAndChildIndexes;312 NewRoot.SanityCheckParentAndChildIndexes;327 Root0.SanityCheckParentAndChildIndexes;352 Dup.SanityCheckParentAndChildIndexes;420 T.SanityCheckParentAndChildIndexes;438 T.SanityCheckParentAndChildIndexes;452 T.SanityCheckParentAndChildIndexes;466 T.SanityCheckParentAndChildIndexes;[all …]
561 procedure SanityCheckParentAndChildIndexes; overload; procedure562 procedure SanityCheckParentAndChildIndexes(const Parent: ITree; procedure1166 procedure SanityCheckParentAndChildIndexes; overload; virtual;1167 procedure SanityCheckParentAndChildIndexes(const Parent: ITree;2357 procedure TBaseTree.SanityCheckParentAndChildIndexes; procedure2359 SanityCheckParentAndChildIndexes(nil, -1);2362 procedure TBaseTree.SanityCheckParentAndChildIndexes(const Parent: ITree; procedure2380 Child.SanityCheckParentAndChildIndexes(Self, C);