Home
last modified time | relevance | path

Searched defs:DeleteChild (Results 1 – 8 of 8) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITree.cs97 object DeleteChild(int i); in DeleteChild() method
DBaseTree.cs241 public virtual object DeleteChild(int i) { in DeleteChild() method in Antlr.Runtime.Tree.BaseTree
DITreeAdaptor.cs289 object DeleteChild(object t, int i); in DeleteChild() method
DBaseTreeAdaptor.cs247 public virtual object DeleteChild(object t, int i) { in DeleteChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/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
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc403 void PriorityLb::DeleteChild(ChildPriority* child) { in DeleteChild() function in grpc_core::__anon1bc0128e0111::PriorityLb
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1297 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
/external/tinyxml2/
Dtinyxml2.cpp882 void XMLNode::DeleteChild( XMLNode* node ) in DeleteChild() function in tinyxml2::XMLNode