reflect.Type.OverflowInt (method)

2 uses

	reflect (current package)
		type.go#L238: 	OverflowInt(x int64) bool

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