Searched defs:ChildCount (Results 1 - 6 of 6) 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/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Ddir_node.cc129 int DirNode::ChildCount() { function in class:nacl_io::DirNode
H A Dnode.cc245 int Node::ChildCount() { function in class:nacl_io::Node

Completed in 111 milliseconds