var encoding/gob.decOpTable
6 uses
encoding/gob (current package)
decode.go#L760: var decOpTable = [...]decOp{
decode.go#L805: if int(k) < len(decOpTable) {
decode.go#L806: op = decOpTable[k]
decode.go#L1238: decOpTable[reflect.Int] = iop
decode.go#L1239: decOpTable[reflect.Uint] = uop
decode.go#L1250: decOpTable[reflect.Uintptr] = uop
![]() |
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. |