Searched defs:DeleteChild (Results 1 – 8 of 8) sorted by relevance
97 object DeleteChild(int i); in DeleteChild() method
241 public virtual object DeleteChild(int i) { in DeleteChild() method in Antlr.Runtime.Tree.BaseTree
289 object DeleteChild(object t, int i); in DeleteChild() method
247 public virtual object DeleteChild(object t, int i) { in DeleteChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
209 public virtual object DeleteChild(object t, int i) { in DeleteChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
403 void PriorityLb::DeleteChild(ChildPriority* child) { in DeleteChild() function in grpc_core::__anon1bc0128e0111::PriorityLb
1297 function DeleteChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; virtual; in DeleteChild() function2199 function TBaseTree.DeleteChild(const I: Integer): IANTLRInterface; in DeleteChild() function2756 function TBaseTreeAdaptor.DeleteChild(const T: IANTLRInterface; in DeleteChild() function
882 void XMLNode::DeleteChild( XMLNode* node ) in DeleteChild() function in tinyxml2::XMLNode