func encoding/gob.encUint
7 uses
encoding/gob (current package)
encode.go#L196: func encUint(i *encInstr, state *encoderState, v reflect.Value) {
encode.go#L501: reflect.Uint: encUint,
encode.go#L502: reflect.Uint8: encUint,
encode.go#L503: reflect.Uint16: encUint,
encode.go#L504: reflect.Uint32: encUint,
encode.go#L505: reflect.Uint64: encUint,
encode.go#L506: reflect.Uintptr: encUint,
![]() |
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. |