HomeSort by relevance Sort by last modified time
    Searched refs:ChildCount (Results 1 - 23 of 23) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
TreeExtensions.cs 47 if ( tree.ChildCount == 0 )
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 54 int ChildCount {
BaseTree.cs 76 public virtual int ChildCount {
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;
CommonTree.cs 86 if (ChildCount > 0) {
113 if (ChildCount > 0) {
BaseTreeAdaptor.cs 162 int nc = newRootTree.ChildCount;
182 if (r.ChildCount == 0) {
184 } else if (r.ChildCount == 1) {
252 return ((ITree)t).ChildCount;
CommonTreeAdaptor.cs 185 return ((ITree)t).ChildCount;
TreeWizard.cs 436 int n2 = tpattern.ChildCount;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs 56 int ChildCount
BaseTree.cs 88 public virtual int ChildCount
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;
CommonTree.cs 93 if ( ChildCount > 0 )
134 if ( ChildCount > 0 )
BaseTreeAdaptor.cs 199 int nc = newRootTree.ChildCount;
222 if ( r.ChildCount == 0 )
226 else if ( r.ChildCount == 1 )
338 return tree.ChildCount;
TreeWizard.cs 500 int n2 = tpattern.ChildCount;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
dir_node.h 52 virtual int ChildCount();
node.h 110 virtual int ChildCount();
dir_node.cc 129 int DirNode::ChildCount() {
node.cc 245 int Node::ChildCount() {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_node.h 39 MOCK_METHOD0(ChildCount, int());
http_fs_test.cc 342 EXPECT_EQ(2, root->ChildCount());
347 EXPECT_EQ(1, dir->ChildCount());
kernel_proxy_test.cc 115 ASSERT_EQ(0, root->ChildCount());
121 ASSERT_EQ(1, root->ChildCount());
126 ASSERT_EQ(0, root->ChildCount());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
ParseTreeBuilder.cs 94 if (ruleNode.ChildCount == 0) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
ParseTreeBuilder.cs 105 if ( ruleNode.ChildCount == 0 )
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
mem_fs.cc 197 if (target_node->ChildCount()) {
270 if (remove_dir && child->ChildCount() > 0)
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 492 property ChildCount: Integer read GetChildCount;
    [all...]

Completed in 1185 milliseconds