reflect.Type.OverflowUint (method)

2 uses

	reflect (current package)
		type.go#L242: 	OverflowUint(x uint64) bool

	encoding/json
		decode.go#L788: 					if err != nil || kt.OverflowUint(n) {