Home | History | Annotate | Download | only in reflect

Lines Matching defs:OverflowInt

1184 // OverflowInt reports whether the int64 x cannot be represented by v's type.
1186 func (v Value) OverflowInt(x int64) bool {
1194 panic(&ValueError{"reflect.Value.OverflowInt", v.kind()})