/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTree.cs | 88 public virtual int ChildCount property in Antlr.Runtime.Tree.BaseTree 216 if ( t.ChildCount > 0 ) in AddChild() 224 int n = t.ChildCount; in AddChild() 293 if (i >= ChildCount) in DeleteChild() 348 int n = newTree.ChildCount; in ReplaceChildren() 422 int n = ChildCount; in FreshenParentAndChildIndexes() 446 int n = this.ChildCount; in SanityCheckParentAndChildIndexes()
|
D | BaseTreeAdaptor.cs | 199 int nc = newRootTree.ChildCount; in BecomeRoot() 222 if ( r.ChildCount == 0 ) in RulePostProcessing() 226 else if ( r.ChildCount == 1 ) in RulePostProcessing() 338 return tree.ChildCount; in GetChildCount()
|
D | CommonTree.cs | 93 if ( ChildCount > 0 ) 134 if ( ChildCount > 0 )
|
D | ITree.cs | 56 int ChildCount property
|
D | TreeWizard.cs | 500 int n2 = tpattern.ChildCount; in ParseCore()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTree.cs | 76 public virtual int ChildCount { property in Antlr.Runtime.Tree.BaseTree 181 if (t.ChildCount > 0) { in AddChild() 187 int n = t.ChildCount; in AddChild() 244 if (i >= ChildCount) in DeleteChild() 293 int n = newTree.ChildCount; in ReplaceChildren() 352 int n = ChildCount; in FreshenParentAndChildIndexes() 371 int n = this.ChildCount; in SanityCheckParentAndChildIndexes()
|
D | BaseTreeAdaptor.cs | 162 int nc = newRootTree.ChildCount; in BecomeRoot() 182 if (r.ChildCount == 0) { in RulePostProcessing() 184 } else if (r.ChildCount == 1) { in RulePostProcessing() 252 return ((ITree)t).ChildCount; in GetChildCount()
|
D | CommonTree.cs | 86 if (ChildCount > 0) { 113 if (ChildCount > 0) {
|
D | ITree.cs | 54 int ChildCount { property
|
D | CommonTreeAdaptor.cs | 185 return ((ITree)t).ChildCount; in GetChildCount()
|
D | TreeWizard.cs | 436 int n2 = tpattern.ChildCount; in ParseCore()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | TreeExtensions.cs | 47 if ( tree.ChildCount == 0 ) in setFirstChild()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | mount_mem.cc | 215 if (target_node->ChildCount()) { in Rename() 288 if (remove_dir && child->ChildCount() > 0) in RemoveInternal()
|
D | mount_node_dir.h | 47 virtual int ChildCount();
|
D | mount_node_dir.cc | 111 int MountNodeDir::ChildCount() { in ChildCount() function in nacl_io::MountNodeDir
|
D | mount_node.h | 104 virtual int ChildCount();
|
D | mount_node.cc | 208 int MountNode::ChildCount() { return 0; } in ChildCount() function in nacl_io::MountNode
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | mount_node_mock.h | 39 MOCK_METHOD0(ChildCount, int());
|
D | mount_http_test.cc | 271 EXPECT_EQ(2, root->ChildCount()); in TEST() 276 EXPECT_EQ(1, dir->ChildCount()); in TEST()
|
D | kernel_proxy_test.cc | 116 ASSERT_EQ(0, root->ChildCount()); in TEST_F() 122 ASSERT_EQ(1, root->ChildCount()); in TEST_F() 127 ASSERT_EQ(0, root->ChildCount()); in TEST_F()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | ParseTreeBuilder.cs | 105 if ( ruleNode.ChildCount == 0 ) in ExitRule()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | ParseTreeBuilder.cs | 94 if (ruleNode.ChildCount == 0) { in ExitRule()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 492 property ChildCount: Integer read GetChildCount; property 2699 NC := NewRootTree.ChildCount; 2805 Result := (T as ITree).ChildCount; 2848 if (R.ChildCount = 0) then 2851 if (R.ChildCount = 1) then 2921 Result := (T as ITree).ChildCount; 4213 N2 := T2.ChildCount;
|