func encoding/gob.decUint16Slice

3 uses

	encoding/gob (current package)
		dec_helpers.go#L46: 	reflect.Uint16:     decUint16Slice,
		dec_helpers.go#L372: 	return decUint16Slice(state, v.Slice(0, v.Len()), length, ovfl)
		dec_helpers.go#L375: func decUint16Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {