func golang.org/x/net/http2/hpack.addDecoderNode

2 uses

	golang.org/x/net/http2/hpack (current package)
		huffman.go#L144: 		addDecoderNode(byte(i), code, huffmanCodeLen[i])
		huffman.go#L148: func addDecoderNode(sym byte, code uint32, codeLen uint8) {