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.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. |