Searched defs:GetChild (Results 1 - 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeAdaptor.cs174 public override object GetChild(object t, int i) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
178 return ((ITree)t).GetChild(i);
H A DITree.cs52 ITree GetChild(int i); method in interface:Antlr.Runtime.Tree.ITree
H A DBaseTree.cs141 public virtual ITree GetChild(int i) { method in class:Antlr.Runtime.Tree.BaseTree
189 ITree c = t.GetChild(i);
295 newChildren.Add(newTree.GetChild(i));
354 ITree child = GetChild(c);
373 BaseTree child = (BaseTree)this.GetChild(c);
H A DBaseTreeAdaptor.cs101 object child = GetChild(t, i);
164 newRootTree = (ITree)newRootTree.GetChild(0);
185 r = (ITree)r.GetChild(0);
239 public virtual object GetChild(object t, int i) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
240 return ((ITree)t).GetChild(i);
H A DITreeAdaptor.cs283 object GetChild(object t, int i); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs169 public virtual ITree GetChild( int i ) method in class:Antlr.Runtime.Tree.BaseTree
227 ITree c = t.GetChild( i );
350 newChildren.Add( newTree.GetChild( i ) );
425 ITree child = GetChild( c );
449 BaseTree child = (BaseTree)this.GetChild( c );
H A DITree.cs54 ITree GetChild( int i ); method in interface:Antlr.Runtime.Tree.ITree
H A DBaseTreeAdaptor.cs133 object child = GetChild( t, i );
201 newRootTree = (ITree)newRootTree.GetChild( 0 );
228 r = (ITree)r.GetChild( 0 );
308 public virtual object GetChild( object t, int i ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
314 return tree.GetChild(i);
H A DITreeAdaptor.cs303 object GetChild( object t, int i ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs94 object child = adaptor.GetChild(t, i);
201 public virtual object GetChild(object t, int i) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
202 return adaptor.GetChild(t, i);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs104 object child = adaptor.GetChild( t, i );
260 public virtual object GetChild( object t, int i ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
262 return adaptor.GetChild( t, i );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs271 T GetChild(T t, int i); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility.cc101 BrowserAccessibility* BrowserAccessibility::GetChild(uint32 child_index) { function in class:BrowserAccessibility
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_floating_container.cc28 GtkFloatingContainerChild* GetChild(GtkFloatingContainer* container, function in namespace:__anon2475
258 GetChild(GTK_FLOATING_CONTAINER(container), child);
283 GetChild(GTK_FLOATING_CONTAINER(container), child);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas288 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface;
461 function GetChild(const I: Integer): ITree; function
1154 function GetChild(const I: Integer): ITree; virtual;
1295 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; virtual; function
1326 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; override; function
2220 Child := GetChild(C);
2236 function TBaseTree.GetChild(const I: Integer): ITree;
2379 Child := GetChild(C) as ICommonTree;
2484 Result := GetChild(0).CharPositionInLine
2507 Result := GetChild(
[all...]
/external/v8/src/
H A Dapi.cc5847 const CpuProfileNode* CpuProfileNode::GetChild(int index) const { function in class:v8::CpuProfileNode
5849 IsDeadCheck(isolate, "v8::CpuProfileNode::GetChild");
6053 const HeapGraphEdge* HeapGraphNode::GetChild(int index) const { function in class:v8::HeapGraphNode
6055 IsDeadCheck(isolate, "v8::HeapSnapshot::GetChild");

Completed in 223 milliseconds