Home
last modified time | relevance | path

Searched refs:SanityCheckParentAndChildIndexes (Results 1 – 5 of 5) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DITreeFixture.cs168 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 …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs360 public virtual void SanityCheckParentAndChildIndexes() { in SanityCheckParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
361 SanityCheckParentAndChildIndexes(null, -1); in SanityCheckParentAndChildIndexes()
364 public virtual void SanityCheckParentAndChildIndexes(ITree parent, int i) { in SanityCheckParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
374 child.SanityCheckParentAndChildIndexes(this, c); in SanityCheckParentAndChildIndexes()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs474 public virtual void SanityCheckParentAndChildIndexes() in SanityCheckParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
476 SanityCheckParentAndChildIndexes( null, -1 ); in SanityCheckParentAndChildIndexes()
479 public virtual void SanityCheckParentAndChildIndexes( ITree parent, int i ) in SanityCheckParentAndChildIndexes() method in Antlr.Runtime.Tree.BaseTree
493 child.SanityCheckParentAndChildIndexes( this, c ); in SanityCheckParentAndChildIndexes()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas264 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 …]
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas561 procedure SanityCheckParentAndChildIndexes; overload; procedure
562 procedure SanityCheckParentAndChildIndexes(const Parent: ITree; procedure
1166 procedure SanityCheckParentAndChildIndexes; overload; virtual;
1167 procedure SanityCheckParentAndChildIndexes(const Parent: ITree;
2357 procedure TBaseTree.SanityCheckParentAndChildIndexes; procedure
2359 SanityCheckParentAndChildIndexes(nil, -1);
2362 procedure TBaseTree.SanityCheckParentAndChildIndexes(const Parent: ITree; procedure
2380 Child.SanityCheckParentAndChildIndexes(Self, C);