encoding/gob.decoderState.decodeInt (method)
10 uses
encoding/gob (current package)
dec_helpers.go#L189: x := state.decodeInt()
dec_helpers.go#L217: x := state.decodeInt()
dec_helpers.go#L244: x := state.decodeInt()
dec_helpers.go#L271: slice[i] = state.decodeInt()
dec_helpers.go#L294: x := state.decodeInt()
decode.go#L177: func (state *decoderState) decodeInt() int64 {
decode.go#L247: v := state.decodeInt()
decode.go#L265: v := state.decodeInt()
decode.go#L283: v := state.decodeInt()
decode.go#L301: v := state.decodeInt()
![]() |
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. |