type net/http.http2PriorityParam

12 uses

	net/http (current package)
		h2_bundle.go#L2212: 	Priority http2PriorityParam
		h2_bundle.go#L2295: 	Priority http2PriorityParam
		h2_bundle.go#L2347: 	http2PriorityParam
		h2_bundle.go#L2351: type http2PriorityParam struct {
		h2_bundle.go#L2367: func (p http2PriorityParam) IsZero() bool {
		h2_bundle.go#L2368: 	return p == http2PriorityParam{}
		h2_bundle.go#L2382: 		http2PriorityParam: http2PriorityParam{
		h2_bundle.go#L2394: func (f *http2Framer) WritePriority(streamID uint32, p http2PriorityParam) error {
		h2_bundle.go#L5487: func http2checkPriority(streamID uint32, p http2PriorityParam) error {
		h2_bundle.go#L9634: 	AdjustStream(streamID uint32, priority http2PriorityParam)
		h2_bundle.go#L10162: func (ws *http2priorityWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L10337: func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {