type golang.org/x/net/http2.sortPriorityNodeSiblings
5 uses
golang.org/x/net/http2 (current package)
writesched_priority.go#L198: sort.Sort(sortPriorityNodeSiblings(*tmp))
writesched_priority.go#L210: type sortPriorityNodeSiblings []*priorityNode
writesched_priority.go#L212: func (z sortPriorityNodeSiblings) Len() int { return len(z) }
writesched_priority.go#L213: func (z sortPriorityNodeSiblings) Swap(i, k int) { z[i], z[k] = z[k], z[i] }
writesched_priority.go#L214: func (z sortPriorityNodeSiblings) Less(i, k int) bool {
![]() |
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. |