Home | History | Annotate | Download | only in gob

Lines Matching full:toobig

190 	if n < 0 || state.b.Len() < n || tooBig <= n {
620 if n < 0 || uint64(n) != u || nBytes > tooBig || (size > 0 && nBytes/size != u) {