Searched refs:GetChildCount (Results 1 - 23 of 23) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs93 if (adaptor.GetChildCount(tree) == 0) {
108 if (adaptor.GetChildCount(tree) > 0) {
117 adaptor.GetChildIndex(tree) + 1 >= adaptor.GetChildCount(parent)) {
H A DRewriteRuleSubtreeStream.cs80 while (adaptor.IsNil(tree) && adaptor.GetChildCount(tree) == 1)
H A DTreeVisitor.cs66 for (int i = 0; i < adaptor.GetChildCount(t); i++)
H A DDotTreeGenerator.cs129 int n = adaptor.GetChildCount( tree );
155 int n = adaptor.GetChildCount( tree );
H A DITreeAdaptor.cs292 int GetChildCount(object t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBaseTreeAdaptor.cs99 int n = GetChildCount(t);
251 public virtual int GetChildCount(object t) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DCommonTreeAdaptor.cs181 public override int GetChildCount(object t) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
H A DTreeWizard.cs233 int n = adaptor.GetChildCount(t);
323 int n = adaptor.GetChildCount(t);
435 int n1 = adaptor.GetChildCount(t1);
514 int n1 = adaptor.GetChildCount(t1);
515 int n2 = adaptor.GetChildCount(t2);
H A DBufferedTreeNodeStream.cs262 int n = adaptor.GetChildCount(t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs102 if ( adaptor.GetChildCount( tree ) == 0 )
126 if ( adaptor.GetChildCount( tree ) > 0 )
138 adaptor.GetChildIndex( tree ) + 1 >= adaptor.GetChildCount( parent ) )
H A DRewriteRuleSubtreeStream.cs87 while (adaptor.IsNil(tree) && adaptor.GetChildCount(tree) == 1)
H A DTreeVisitor.cs68 for ( int i = 0; i < adaptor.GetChildCount(t); i++ )
H A DDotTreeGenerator.cs129 int n = adaptor.GetChildCount( tree );
155 int n = adaptor.GetChildCount( tree );
H A DITreeAdaptor.cs312 int GetChildCount( object t ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DTreeWizard.cs264 int n = adaptor.GetChildCount( t );
372 int n = adaptor.GetChildCount( t );
499 int n1 = adaptor.GetChildCount( t1 );
588 int n1 = adaptor.GetChildCount( t1 );
589 int n2 = adaptor.GetChildCount( t2 );
H A DBaseTreeAdaptor.cs130 int n = GetChildCount( t );
332 public virtual int GetChildCount( object t ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DBufferedTreeNodeStream.cs300 int n = adaptor.GetChildCount( t );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
H A DDOTTreeGenerator.cs124 int n = adaptor.GetChildCount(tree);
147 int n = adaptor.GetChildCount(tree);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs280 int GetChildCount(T t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs92 int n = adaptor.GetChildCount(t);
213 public virtual int GetChildCount(object t) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
214 return adaptor.GetChildCount(t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs101 int n = adaptor.GetChildCount( t );
275 public virtual int GetChildCount( object t ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
277 return adaptor.GetChildCount( t );
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas297 function GetChildCount(const T: IANTLRInterface): Integer;
441 function GetChildCount: Integer; function
492 property ChildCount: Integer read GetChildCount;
1150 function GetChildCount: Integer; virtual;
1298 function GetChildCount(const T: IANTLRInterface): Integer; virtual; function
1327 function GetChildCount(const T: IANTLRInterface): Integer; override; function
2217 N := GetChildCount;
2244 function TBaseTree.GetChildCount: Integer;
2376 N := GetChildCount;
2483 if (GetChildCount >
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_tree.cc399 int child_count = tree_model_->GetChildCount(parent_node);

Completed in 177 milliseconds