Home | History | Annotate | Download | only in reflect

Lines Matching defs:OverflowUint

1197 // OverflowUint reports whether the uint64 x cannot be represented by v's type.
1199 func (v Value) OverflowUint(x uint64) bool {
1207 panic(&ValueError{"reflect.Value.OverflowUint", v.kind()})