reflect.Value.OverflowUint (method)
4 uses
reflect (current package)
value.go#L1422: func (v Value) OverflowUint(x uint64) bool {
encoding/json
decode.go#L797: if err != nil || reflect.Zero(kt).OverflowUint(n) {
decode.go#L1006: if err != nil || v.OverflowUint(n) {
vendor/golang.org/x/crypto/cryptobyte
asn1.go#L273: if !s.readASN1Uint64(&u) || reflect.ValueOf(out).Elem().OverflowUint(u) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)