net/http.http2priorityNode.parent (field)
9 uses
net/http (current package)
h2_bundle.go#L9951: parent *http2priorityNode
h2_bundle.go#L9960: if n.parent == parent {
h2_bundle.go#L9964: if parent := n.parent; parent != nil {
h2_bundle.go#L9977: n.parent = parent
h2_bundle.go#L9993: for ; n != nil; n = n.parent {
h2_bundle.go#L10208: for x := parent.parent; x != nil; x = x.parent {
h2_bundle.go#L10210: parent.setParent(n.parent)
h2_bundle.go#L10297: k.setParent(n.parent)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)