reflect.Value.SetUint (method)
9 uses
reflect (current package)
value.go#L2430: func (v Value) SetUint(x uint64) {
encoding/binary
binary.go#L657: v.SetUint(uint64(d.uint8()))
binary.go#L659: v.SetUint(uint64(d.uint16()))
binary.go#L661: v.SetUint(uint64(d.uint32()))
binary.go#L663: v.SetUint(d.uint64())
encoding/json
decode.go#L1002: 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]))
vendor/golang.org/x/crypto/cryptobyte
asn1.go#L287: reflect.ValueOf(out).Elem().SetUint(u)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |