reflect.Value.SetUint (method)
11 uses
reflect (current package)
value.go#L2486: func (v Value) SetUint(x uint64) {
encoding/binary
binary.go#L870: v.SetUint(uint64(d.uint8()))
binary.go#L872: v.SetUint(uint64(d.uint16()))
binary.go#L874: v.SetUint(uint64(d.uint32()))
binary.go#L876: v.SetUint(d.uint64())
encoding/json
decode.go#L793: kv.SetUint(n)
decode.go#L1004: 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]))
github.com/oapi-codegen/runtime
bindstring.go#L80: v.SetUint(val)
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) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |