var encoding/gob.nextId
9 uses
encoding/gob (current package)
type.go#L163: var nextId typeId // incremented for each new type we build
type.go#L184: nextId++
type.go#L185: typ.setId(nextId)
type.go#L186: idToType[nextId] = typ
type.go#L279: if nextId > firstUserId {
type.go#L280: panic(fmt.Sprintln("nextId too large:", nextId))
type.go#L282: nextId = firstUserId
type.go#L623: checkId(expect, nextId)
type.go#L625: return nextId
![]() |
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. |