/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
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 | ITree.cs | 97 object DeleteChild(int i); in DeleteChild() method
|
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/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 | 313 public virtual object DeleteChild( int i ) in DeleteChild() method in Antlr.Runtime.Tree.BaseTree
|
/external/antlr/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/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/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 277 T DeleteChild(T t, int i); in DeleteChild() method
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/priority/ |
D | priority.cc | 216 void DeleteChild(ChildPriority* child); 401 void PriorityLb::DeleteChild(ChildPriority* child) { in DeleteChild() function in grpc_core::__anon47a44ab00111::PriorityLb 731 priority_policy_->DeleteChild(this); in OnDeactivationTimerLocked()
|
/external/antlr/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 | xmltest.cpp | 496 element->DeleteChild( sub[2] ); in main() 1258 doc.DeleteChild( doc.RootElement() ); in main() 2293 playlist->DeleteChild(todelete); in main() 2305 playlist->DeleteChild(todelete); in main()
|
D | tinyxml2.cpp | 820 DeleteChild( _firstChild ); in DeleteChildren() 850 void XMLNode::DeleteChild( XMLNode* node ) in DeleteChild() function in tinyxml2::XMLNode 2256 node->_parent->DeleteChild( node ); in DeleteNode()
|
D | tinyxml2.h | 868 void DeleteChild( XMLNode* node );
|