Home
last modified time | relevance | path

Searched refs:DeleteChild (Results 1 – 16 of 16) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTreeAdaptor.cs247 public virtual object DeleteChild(object t, int i) { in DeleteChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
248 return ((ITree)t).DeleteChild(i); in DeleteChild()
DITree.cs97 object DeleteChild(int i); in DeleteChild() method
DITreeAdaptor.cs289 object DeleteChild(object t, int i); in DeleteChild() method
DBaseTree.cs241 public virtual object DeleteChild(int i) { in DeleteChild() method in Antlr.Runtime.Tree.BaseTree
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITree.cs102 object DeleteChild( int i ); in DeleteChild() method
DITreeAdaptor.cs309 object DeleteChild( object t, int i ); in DeleteChild() method
DBaseTreeAdaptor.cs327 public virtual object DeleteChild( object t, int i ) in DeleteChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
329 return ( (ITree)t ).DeleteChild( i ); in DeleteChild()
DBaseTree.cs313 public virtual object DeleteChild( int i ) in DeleteChild() method in Antlr.Runtime.Tree.BaseTree
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs209 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/
DDebugTreeAdaptor.cs270 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/
DITreeAdaptor`1.cs277 T DeleteChild(T t, int i); in DeleteChild() method
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc216 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/
DAntlr.Runtime.Tree.pas294 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/
Dxmltest.cpp496 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()
Dtinyxml2.cpp820 DeleteChild( _firstChild ); in DeleteChildren()
850 void XMLNode::DeleteChild( XMLNode* node ) in DeleteChild() function in tinyxml2::XMLNode
2256 node->_parent->DeleteChild( node ); in DeleteNode()
Dtinyxml2.h868 void DeleteChild( XMLNode* node );