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.2.8-preview. (GOOS=darwin GOARCH=arm64)