golang.org/x/net/http2.priorityNode.parent (field)
9 uses
golang.org/x/net/http2 (current package)
writesched_priority.go#L104: parent *priorityNode
writesched_priority.go#L113: if n.parent == parent {
writesched_priority.go#L117: if parent := n.parent; parent != nil {
writesched_priority.go#L130: n.parent = parent
writesched_priority.go#L146: for ; n != nil; n = n.parent {
writesched_priority.go#L359: for x := parent.parent; x != nil; x = x.parent {
writesched_priority.go#L361: parent.setParent(n.parent)
writesched_priority.go#L448: k.setParent(n.parent)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |