encoding/gob.encoderState.encodeInt (method)
9 uses
encoding/gob (current package)
enc_helpers.go#L189: state.encodeInt(int64(x))
enc_helpers.go#L211: state.encodeInt(int64(x))
enc_helpers.go#L233: state.encodeInt(int64(x))
enc_helpers.go#L255: state.encodeInt(x)
enc_helpers.go#L277: state.encodeInt(int64(x))
encode.go#L123: func (state *encoderState) encodeInt(i int64) {
encode.go#L191: state.encodeInt(value)
encoder.go#L104: state.encodeInt(-int64(info.id))
encoder.go#L212: state.encodeInt(int64(enc.sent[ut.base]))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)