Home
last modified time | relevance | path

Searched refs:ChildCount (Results 1 – 23 of 23) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs88 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()
DBaseTreeAdaptor.cs199 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()
DCommonTree.cs93 if ( ChildCount > 0 )
134 if ( ChildCount > 0 )
DITree.cs56 int ChildCount property
DTreeWizard.cs500 int n2 = tpattern.ChildCount; in ParseCore()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs76 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()
DBaseTreeAdaptor.cs162 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()
DCommonTree.cs86 if (ChildCount > 0) {
113 if (ChildCount > 0) {
DITree.cs54 int ChildCount { property
DCommonTreeAdaptor.cs185 return ((ITree)t).ChildCount; in GetChildCount()
DTreeWizard.cs436 int n2 = tpattern.ChildCount; in ParseCore()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DTreeExtensions.cs47 if ( tree.ChildCount == 0 ) in setFirstChild()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dmount_mem.cc215 if (target_node->ChildCount()) { in Rename()
288 if (remove_dir && child->ChildCount() > 0) in RemoveInternal()
Dmount_node_dir.h47 virtual int ChildCount();
Dmount_node_dir.cc111 int MountNodeDir::ChildCount() { in ChildCount() function in nacl_io::MountNodeDir
Dmount_node.h104 virtual int ChildCount();
Dmount_node.cc208 int MountNode::ChildCount() { return 0; } in ChildCount() function in nacl_io::MountNode
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dmount_node_mock.h39 MOCK_METHOD0(ChildCount, int());
Dmount_http_test.cc271 EXPECT_EQ(2, root->ChildCount()); in TEST()
276 EXPECT_EQ(1, dir->ChildCount()); in TEST()
Dkernel_proxy_test.cc116 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/
DParseTreeBuilder.cs105 if ( ruleNode.ChildCount == 0 ) in ExitRule()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DParseTreeBuilder.cs94 if (ruleNode.ChildCount == 0) { in ExitRule()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas492 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;