reflect.Value.SetUint (method)
11 uses
reflect (current package)
value.go#L2183: func (v Value) SetUint(x uint64) {
encoding/binary
binary.go#L888: v.SetUint(uint64(d.uint8()))
binary.go#L890: v.SetUint(uint64(d.uint16()))
binary.go#L892: v.SetUint(uint64(d.uint32()))
binary.go#L894: v.SetUint(d.uint64())
encoding/json
decode.go#L800: kv.SetUint(n)
decode.go#L1011: v.SetUint(n)
fmt
scan.go#L1030: v.SetUint(s.scanUint(verb, v.Type().Bits()))
scan.go#L1042: v.Index(i).SetUint(uint64(str[i]))
text/template
exec.go#L1018: value.SetUint(n.Uint64)
vendor/golang.org/x/crypto/cryptobyte
asn1.go#L287: reflect.ValueOf(out).Elem().SetUint(u)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)