encoding/gob.decInstr.ovfl (field)

10 uses

	encoding/gob (current package)
		decode.go#L204: 	ovfl  error // error message for overflow/underflow (for arrays, of the elements)
		decode.go#L249: 		error_(i.ovfl)
		decode.go#L258: 		error_(i.ovfl)
		decode.go#L267: 		error_(i.ovfl)
		decode.go#L276: 		error_(i.ovfl)
		decode.go#L285: 		error_(i.ovfl)
		decode.go#L294: 		error_(i.ovfl)
		decode.go#L341: 	value.SetFloat(float32FromBits(state.decodeUint(), i.ovfl))
		decode.go#L354: 	real := float32FromBits(state.decodeUint(), i.ovfl)
		decode.go#L355: 	imag := float32FromBits(state.decodeUint(), i.ovfl)