reflect.Value.SetBytes (method)

3 uses

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

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