func encoding/gob.encInt16Slice

3 uses

	encoding/gob (current package)
		enc_helpers.go#L39: 	reflect.Int16:      encInt16Slice,
		enc_helpers.go#L200: 	return encInt16Slice(state, v.Slice(0, v.Len()))
		enc_helpers.go#L203: func encInt16Slice(state *encoderState, v reflect.Value) bool {