net/http.http2priorityNode.setParent (method)

11 uses

	net/http (current package)
		h2_bundle.go#L9956: func (n *http2priorityNode) setParent(parent *http2priorityNode) {
		h2_bundle.go#L10043: 		n.kids.setParent(nil)
		h2_bundle.go#L10047: 		(*tmp)[i].setParent(n) // setParent inserts at the head of n.kids
		h2_bundle.go#L10130: 	n.setParent(parent)
		h2_bundle.go#L10182: 		n.setParent(&ws.root)
		h2_bundle.go#L10191: 		n.setParent(&ws.root)
		h2_bundle.go#L10210: 			parent.setParent(n.parent)
		h2_bundle.go#L10223: 				k.setParent(n)
		h2_bundle.go#L10229: 	n.setParent(parent)
		h2_bundle.go#L10297: 		k.setParent(n.parent)
		h2_bundle.go#L10299: 	n.setParent(nil)