golang.org/x/net/http2.sorter.v (field)
13 uses
golang.org/x/net/http2 (current package)
http2.go#L335: v []string // owned by sorter
http2.go#L338: func (s *sorter) Len() int { return len(s.v) }
http2.go#L339: func (s *sorter) Swap(i, j int) { s.v[i], s.v[j] = s.v[j], s.v[i] }
http2.go#L340: func (s *sorter) Less(i, j int) bool { return s.v[i] < s.v[j] }
http2.go#L347: keys := s.v[:0]
http2.go#L351: s.v = keys
http2.go#L359: save := s.v
http2.go#L360: s.v = ss
http2.go#L362: s.v = save
![]() |
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. |