reflect.Value.SetBytes (method)

3 uses

	reflect (current package)
		value.go#L1586: func (v Value) SetBytes(x []byte) {
		value.go#L2619: 	ret.SetBytes(v)

	encoding/json
		decode.go#L950: 			v.SetBytes(b[:n])