golang.org/x/net/http2.priorityNode.setParent (method)
11 uses
golang.org/x/net/http2 (current package)
writesched_priority.go#L109: func (n *priorityNode) setParent(parent *priorityNode) {
writesched_priority.go#L196: n.kids.setParent(nil)
writesched_priority.go#L200: (*tmp)[i].setParent(n) // setParent inserts at the head of n.kids
writesched_priority.go#L281: n.setParent(parent)
writesched_priority.go#L333: n.setParent(&ws.root)
writesched_priority.go#L342: n.setParent(&ws.root)
writesched_priority.go#L361: parent.setParent(n.parent)
writesched_priority.go#L374: k.setParent(n)
writesched_priority.go#L380: n.setParent(parent)
writesched_priority.go#L448: k.setParent(n.parent)
writesched_priority.go#L450: n.setParent(nil)
![]() |
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. |