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