reflect.Value.SetBytes (method)

3 uses

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

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