reflect.Value.SetBytes (method)
4 uses
reflect (current package)
value.go#L2181: func (v Value) SetBytes(x []byte) {
value.go#L3528: ret.SetBytes(v)
encoding/json
decode.go#L956: v.SetBytes(b[:n])
encoding/xml
read.go#L699: dst.SetBytes(src)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)