encoding/gob.encoderState.encodeUint (method)
32 uses
encoding/gob (current package)
enc_helpers.go#L68: state.encodeUint(1)
enc_helpers.go#L70: state.encodeUint(0)
enc_helpers.go#L95: state.encodeUint(rpart)
enc_helpers.go#L96: state.encodeUint(ipart)
enc_helpers.go#L120: state.encodeUint(rpart)
enc_helpers.go#L121: state.encodeUint(ipart)
enc_helpers.go#L144: state.encodeUint(bits)
enc_helpers.go#L167: state.encodeUint(bits)
enc_helpers.go#L299: state.encodeUint(uint64(len(x)))
enc_helpers.go#L322: state.encodeUint(uint64(x))
enc_helpers.go#L344: state.encodeUint(uint64(x))
enc_helpers.go#L366: state.encodeUint(uint64(x))
enc_helpers.go#L388: state.encodeUint(x)
enc_helpers.go#L410: state.encodeUint(uint64(x))
encode.go#L107: func (state *encoderState) encodeUint(x uint64) {
encode.go#L130: state.encodeUint(x)
encode.go#L148: state.encodeUint(uint64(instr.field - state.fieldnum))
encode.go#L179: state.encodeUint(1)
encode.go#L181: state.encodeUint(0)
encode.go#L200: state.encodeUint(value)
encode.go#L221: state.encodeUint(bits)
encode.go#L233: state.encodeUint(rpart)
encode.go#L234: state.encodeUint(ipart)
encode.go#L244: state.encodeUint(uint64(len(b)))
encode.go#L255: state.encodeUint(uint64(len(s)))
encode.go#L263: state.encodeUint(0)
encode.go#L338: state.encodeUint(uint64(length))
encode.go#L372: state.encodeUint(uint64(len(keys)))
encode.go#L396: state.encodeUint(0)
encode.go#L408: state.encodeUint(uint64(len(name)))
encode.go#L489: state.encodeUint(uint64(len(data)))
encoder.go#L77: enc.countState.encodeUint(uint64(messageLen))
![]() |
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. |