/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITree.cs | 97 object DeleteChild(int i); in DeleteChild() method
|
D | BaseTreeAdaptor.cs | 247 public virtual object DeleteChild(object t, int i) { in DeleteChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor 248 return ((ITree)t).DeleteChild(i); in DeleteChild()
|
D | ITreeAdaptor.cs | 289 object DeleteChild(object t, int i); in DeleteChild() method
|
D | BaseTree.cs | 241 public virtual object DeleteChild(int i) { in DeleteChild() method in Antlr.Runtime.Tree.BaseTree
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITree.cs | 102 object DeleteChild( int i ); in DeleteChild() method
|
D | ITreeAdaptor.cs | 309 object DeleteChild( object t, int i ); in DeleteChild() method
|
D | BaseTreeAdaptor.cs | 327 public virtual object DeleteChild( object t, int i ) in DeleteChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor 329 return ( (ITree)t ).DeleteChild( i ); in DeleteChild()
|
D | BaseTree.cs | 289 public virtual object DeleteChild( int i ) in DeleteChild() method in Antlr.Runtime.Tree.BaseTree
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 209 public virtual object DeleteChild(object t, int i) { in DeleteChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor 210 return DeleteChild(t, i); in DeleteChild()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 270 public virtual object DeleteChild( object t, int i ) in DeleteChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor 272 return DeleteChild( t, i ); in DeleteChild()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 277 T DeleteChild(T t, int i); in DeleteChild() method
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 294 function DeleteChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; 473 function DeleteChild(const I: Integer): IANTLRInterface; 1156 function DeleteChild(const I: Integer): IANTLRInterface; 1297 function DeleteChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; virtual; in DeleteChild() function 2199 function TBaseTree.DeleteChild(const I: Integer): IANTLRInterface; in DeleteChild() function 2756 function TBaseTreeAdaptor.DeleteChild(const T: IANTLRInterface; in DeleteChild() function 2759 Result := (T as ITree).DeleteChild(I);
|
/external/tinyxml2/ |
D | tinyxml2.h | 538 void DeleteChild( XMLNode* node ); 1163 void DeleteNode( XMLNode* node ) { node->parent->DeleteChild( node ); } in DeleteNode()
|
D | tinyxml2.cpp | 600 void XMLNode::DeleteChild( XMLNode* node ) in DeleteChild() function in XMLNode
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
D | d3drmobj.h | 286 STDMETHOD(DeleteChild)(THIS_ LPDIRECT3DRMFRAME) PURE; in DECLARE_INTERFACE_() local
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D | D3DRMOBJ.H | 286 STDMETHOD(DeleteChild)(THIS_ LPDIRECT3DRMFRAME) PURE; in DECLARE_INTERFACE_() local
|