reflect.Value.SetBytes (method)

3 uses

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

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