encoding/gob.decoderState.fieldnum (field)
9 uses
encoding/gob (current package)
decode.go#L33: fieldnum int // the last field number read.
decode.go#L432: state.fieldnum = singletonField
decode.go#L448: state.fieldnum = -1
decode.go#L457: fieldnum := state.fieldnum + delta
decode.go#L472: state.fieldnum = fieldnum
decode.go#L482: state.fieldnum = -1
decode.go#L491: fieldnum := state.fieldnum + delta
decode.go#L497: state.fieldnum = fieldnum
decode.go#L506: state.fieldnum = singletonField
![]() |
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. |