/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeIterator.cs | 93 if (adaptor.GetChildCount(tree) == 0) { in MoveNext() 108 if (adaptor.GetChildCount(tree) > 0) { in MoveNext() 117 … adaptor.GetChildIndex(tree) + 1 >= adaptor.GetChildCount(parent)) { in MoveNext()
|
D | TreeWizard.cs | 233 int n = adaptor.GetChildCount(t); in IndexCore() 323 int n = adaptor.GetChildCount(t); in VisitCore() 435 int n1 = adaptor.GetChildCount(t1); in ParseCore() 514 int n1 = adaptor.GetChildCount(t1); in EqualsCore() 515 int n2 = adaptor.GetChildCount(t2); in EqualsCore()
|
D | DotTreeGenerator.cs | 129 int n = adaptor.GetChildCount( tree ); in DefineNodes() 155 int n = adaptor.GetChildCount( tree ); in DefineEdges()
|
D | BaseTreeAdaptor.cs | 99 int n = GetChildCount(t); in DupTree() 251 public virtual int GetChildCount(object t) { in GetChildCount() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
D | TreeVisitor.cs | 66 for (int i = 0; i < adaptor.GetChildCount(t); i++) in Visit()
|
D | RewriteRuleSubtreeStream.cs | 80 while (adaptor.IsNil(tree) && adaptor.GetChildCount(tree) == 1) in NextNode()
|
D | ITreeAdaptor.cs | 292 int GetChildCount(object t); in GetChildCount() method
|
D | CommonTreeAdaptor.cs | 181 public override int GetChildCount(object t) { in GetChildCount() method in Antlr.Runtime.Tree.CommonTreeAdaptor
|
D | BufferedTreeNodeStream.cs | 262 int n = adaptor.GetChildCount(t); in FillBuffer()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeIterator.cs | 102 if ( adaptor.GetChildCount( tree ) == 0 ) in MoveNext() 126 if ( adaptor.GetChildCount( tree ) > 0 ) in MoveNext() 138 … adaptor.GetChildIndex( tree ) + 1 >= adaptor.GetChildCount( parent ) ) in MoveNext()
|
D | TreeWizard.cs | 264 int n = adaptor.GetChildCount( t ); in IndexCore() 372 int n = adaptor.GetChildCount( t ); in VisitCore() 499 int n1 = adaptor.GetChildCount( t1 ); in ParseCore() 588 int n1 = adaptor.GetChildCount( t1 ); in EqualsCore() 589 int n2 = adaptor.GetChildCount( t2 ); in EqualsCore()
|
D | DotTreeGenerator.cs | 129 int n = adaptor.GetChildCount( tree ); in DefineNodes() 155 int n = adaptor.GetChildCount( tree ); in DefineEdges()
|
D | TreeVisitor.cs | 68 for ( int i = 0; i < adaptor.GetChildCount(t); i++ ) in Visit()
|
D | RewriteRuleSubtreeStream.cs | 87 while (adaptor.IsNil(tree) && adaptor.GetChildCount(tree) == 1) in NextNode()
|
D | ITreeAdaptor.cs | 312 int GetChildCount( object t ); in GetChildCount() method
|
D | BaseTreeAdaptor.cs | 130 int n = GetChildCount( t ); in DupTree() 332 public virtual int GetChildCount( object t ) in GetChildCount() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
D | BufferedTreeNodeStream.cs | 300 int n = adaptor.GetChildCount( t ); in FillBuffer()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 92 int n = adaptor.GetChildCount(t); in SimulateTreeConstruction() 213 public virtual int GetChildCount(object t) { in GetChildCount() method in Antlr.Runtime.Debug.DebugTreeAdaptor 214 return adaptor.GetChildCount(t); in GetChildCount()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 101 int n = adaptor.GetChildCount( t ); in SimulateTreeConstruction() 275 public virtual int GetChildCount( object t ) in GetChildCount() method in Antlr.Runtime.Debug.DebugTreeAdaptor 277 return adaptor.GetChildCount( t ); in GetChildCount()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/ |
D | DOTTreeGenerator.cs | 124 int n = adaptor.GetChildCount(tree); in DefineNodes() 147 int n = adaptor.GetChildCount(tree); in DefineEdges()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 297 function GetChildCount(const T: IANTLRInterface): Integer; 441 function GetChildCount: Integer; in GetChildCount() function 492 property ChildCount: Integer read GetChildCount; 1150 function GetChildCount: Integer; virtual; 1298 function GetChildCount(const T: IANTLRInterface): Integer; virtual; in GetChildCount() function 1327 function GetChildCount(const T: IANTLRInterface): Integer; override; in GetChildCount() function 2217 N := GetChildCount; 2244 function TBaseTree.GetChildCount: Integer; in GetChildCount() function 2376 N := GetChildCount; 2483 if (GetChildCount > 0) then [all …]
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 280 int GetChildCount(T t); in GetChildCount() method
|