Searched defs:ChildCount (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITree.cs54 int ChildCount { property in interface:Antlr.Runtime.Tree.ITree
H A DBaseTree.cs76 public virtual int ChildCount { property in class:Antlr.Runtime.Tree.BaseTree
181 if (t.ChildCount > 0) {
187 int n = t.ChildCount;
244 if (i >= ChildCount)
293 int n = newTree.ChildCount;
352 int n = ChildCount;
371 int n = this.ChildCount;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs88 public virtual int ChildCount property in class:Antlr.Runtime.Tree.BaseTree
216 if ( t.ChildCount > 0 )
224 int n = t.ChildCount;
293 if (i >= ChildCount)
348 int n = newTree.ChildCount;
422 int n = ChildCount;
446 int n = this.ChildCount;
H A DITree.cs56 int ChildCount property in interface:Antlr.Runtime.Tree.ITree
/external/llvm/include/llvm/Object/
H A DMachO.h89 unsigned ChildCount; member in struct:llvm::object::ExportEntry::NodeState

Completed in 244 milliseconds