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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |