Home
last modified time | relevance | path

Searched defs:new_child (Results 1 – 25 of 709) sorted by relevance

12345678910>>...29

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/
H A DbinTreeNode_tpl.h123 INLINE void BinTreeNode< Val >::insertLeftChild(BinTreeNode< Val >& new_child) { in insertLeftChild()
144 BinTreeNode< Val >* new_child = new BinTreeNode< Val >(val); in insertLeftChild() local
155 INLINE void BinTreeNode< Val >::insertRightChild(BinTreeNode< Val >& new_child) { in insertRightChild()
176 BinTreeNode< Val >* new_child = new BinTreeNode< Val >(val); in insertRightChild() local
187 INLINE void BinTreeNode< Val >::insertChild(BinTreeNode< Val >& new_child, BinTreeDir child_dir) { in insertChild()
206 BinTreeNode< Val >* new_child = new BinTreeNode< Val >(val); in insertChild() local
/dports/devel/aegis/aegis-4.25.D510/libaegis/aer/
H A Dstmt.cc48 pointer *new_child = new pointer [new_nchild_max]; in append() local
65 pointer *new_child = new pointer [new_nchild_max]; in prepend() local
H A Dexpr.cc56 rpt_expr::pointer *new_child = new rpt_expr::pointer [new_nchild_max]; in append() local
93 rpt_expr::pointer *new_child = new rpt_expr::pointer [new_nchild_max]; in prepend() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dcontainer_node.cc188 const Node& new_child, in IsHostIncludingInclusiveAncestorOfThis()
219 const Node& new_child, in EnsurePreInsertionValidity()
381 Node* ContainerNode::InsertBefore(Node* new_child, in InsertBefore()
428 Node* ContainerNode::InsertBefore(Node* new_child, Node* ref_child) { in InsertBefore()
432 void ContainerNode::InsertBeforeCommon(Node& next_child, Node& new_child) { in InsertBeforeCommon()
486 void ContainerNode::ParserInsertBefore(Node* new_child, Node& next_child) { in ParserInsertBefore()
523 Node* ContainerNode::ReplaceChild(Node* new_child, in ReplaceChild()
615 Node* ContainerNode::ReplaceChild(Node* new_child, Node* old_child) { in ReplaceChild()
848 Node* ContainerNode::AppendChild(Node* new_child, in AppendChild()
878 Node* ContainerNode::AppendChild(Node* new_child) { in AppendChild()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dcontainer_node.cc188 const Node& new_child, in IsHostIncludingInclusiveAncestorOfThis()
219 const Node& new_child, in EnsurePreInsertionValidity()
381 Node* ContainerNode::InsertBefore(Node* new_child, in InsertBefore()
428 Node* ContainerNode::InsertBefore(Node* new_child, Node* ref_child) { in InsertBefore()
432 void ContainerNode::InsertBeforeCommon(Node& next_child, Node& new_child) { in InsertBeforeCommon()
486 void ContainerNode::ParserInsertBefore(Node* new_child, Node& next_child) { in ParserInsertBefore()
523 Node* ContainerNode::ReplaceChild(Node* new_child, in ReplaceChild()
615 Node* ContainerNode::ReplaceChild(Node* new_child, Node* old_child) { in ReplaceChild()
852 Node* ContainerNode::AppendChild(Node* new_child, in AppendChild()
882 Node* ContainerNode::AppendChild(Node* new_child) { in AppendChild()
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DLocationParseNode.java462 final LocationParseNode new_child = in reverseComplement() local
708 final LocationParseNode new_child = in copyInternal() local
722 final LocationParseNode new_child = in copyInternal() local
733 final LocationParseNode new_child = in copyInternal() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/list/
H A Dlayout_ng_inside_list_marker.h25 void AddChild(LayoutObject* new_child, LayoutObject* before_child) override { in AddChild()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/mathml/
H A Dlayout_ng_mathml_block_with_anonymous_mrow.cc16 LayoutObject* new_child, in AddChild()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/list/
H A Dlayout_ng_inside_list_marker.h34 void AddChild(LayoutObject* new_child, LayoutObject* before_child) override { in AddChild()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dlayout_ng_fieldset.cc17 void LayoutNGFieldset::AddChild(LayoutObject* new_child, in AddChild()
/dports/textproc/lasem/lasem-0.5.1/src/
H A Dlsmdomnode.c369 lsm_dom_node_insert_before (LsmDomNode* self, LsmDomNode* new_child, LsmDomNode* ref_child) in lsm_dom_node_insert_before()
454 lsm_dom_node_replace_child (LsmDomNode* self, LsmDomNode* new_child, LsmDomNode* old_child) in lsm_dom_node_replace_child()
587 lsm_dom_node_append_child (LsmDomNode* self, LsmDomNode* new_child) in lsm_dom_node_append_child()
640 lsm_dom_node_can_append_child_default (LsmDomNode *self, LsmDomNode* new_child) in lsm_dom_node_can_append_child_default()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dlayout_ng_button.cc16 void LayoutNGButton::AddChild(LayoutObject* new_child, in AddChild()
/dports/devel/libaravis/aravis-ARAVIS_0_5_12/src/
H A Darvdomnode.c377 arv_dom_node_insert_before (ArvDomNode* self, ArvDomNode* new_child, ArvDomNode* ref_child) in arv_dom_node_insert_before()
456 arv_dom_node_replace_child (ArvDomNode* self, ArvDomNode* new_child, ArvDomNode* old_child) in arv_dom_node_replace_child()
582 arv_dom_node_append_child (ArvDomNode* self, ArvDomNode* new_child) in arv_dom_node_append_child()
629 arv_dom_node_can_append_child_default (ArvDomNode *self, ArvDomNode* new_child) in arv_dom_node_can_append_child_default()
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/src/
H A Darvdomnode.c377 arv_dom_node_insert_before (ArvDomNode* self, ArvDomNode* new_child, ArvDomNode* ref_child) in arv_dom_node_insert_before()
456 arv_dom_node_replace_child (ArvDomNode* self, ArvDomNode* new_child, ArvDomNode* old_child) in arv_dom_node_replace_child()
582 arv_dom_node_append_child (ArvDomNode* self, ArvDomNode* new_child) in arv_dom_node_append_child()
629 arv_dom_node_can_append_child_default (ArvDomNode *self, ArvDomNode* new_child) in arv_dom_node_can_append_child_default()
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-outfile-impl.h35 GsfOutput *(*new_child) (GsfOutfile *outfile, member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/custom/
H A Dlayout_ng_custom.cc18 void LayoutNGCustom::AddChild(LayoutObject* new_child, in AddChild()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/custom/
H A Dlayout_ng_custom.cc18 void LayoutNGCustom::AddChild(LayoutObject* new_child, in AddChild()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_button.cc30 void LayoutButton::AddChild(LayoutObject* new_child, in AddChild()
/dports/textproc/scew/scew-1.2.0/scew/
H A Delement_copy.c95 scew_element *new_child = scew_element_copy (child); in copy_children_() local
/dports/devel/libr3/r3-1.0.0/src/
H A Dedge.c46 node *new_child; in r3_edge_branch() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/
H A Dstubout.py112 def Set(self, parent, child_name, new_child): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/
H A Dstubout.py112 def Set(self, parent, child_name, new_child): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/mox3/mox3/
H A Dstubout.py114 def Set(self, parent, child_name, new_child): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/mox3/mox3/
H A Dstubout.py114 def Set(self, parent, child_name, new_child): argument
/dports/devel/protobuf25/protobuf-2.5.0/python/
H A Dstubout.py109 def Set(self, parent, child_name, new_child): argument

12345678910>>...29