Home
last modified time | relevance | path

Searched defs:DeleteChild (Results 1 – 9 of 9) 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/grpc-grpc/src/core/load_balancing/priority/
Dpriority.cc386 void PriorityLb::DeleteChild(ChildPriority* child) { in DeleteChild() function in grpc_core::__anon2d975f3e0111::PriorityLb
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc386 void PriorityLb::DeleteChild(ChildPriority* child) { in DeleteChild() function in grpc_core::__anon19f3b8830111::PriorityLb
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas294 function DeleteChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; in DeleteChild() function
473 function DeleteChild(const I: Integer): IANTLRInterface; in DeleteChild() function
1156 function DeleteChild(const I: Integer): IANTLRInterface; in DeleteChild() function
1297 function DeleteChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; virtual; in DeleteChild() function
2199 function TBaseTree.DeleteChild(const I: Integer): IANTLRInterface; in TBaseTree.DeleteChild() function
2756 function TBaseTreeAdaptor.DeleteChild(const T: IANTLRInterface; in DeleteChild() function
/external/tinyxml2/
Dtinyxml2.cpp925 void XMLNode::DeleteChild( XMLNode* node ) in DeleteChild() function in tinyxml2::XMLNode