encoding/gob.CommonType.Id (field)
11 uses
encoding/gob (current package)
type.go#L218: Id typeId
type.go#L221: func (t *CommonType) id() typeId { return t.Id }
type.go#L223: func (t *CommonType) setId(id typeId) { t.Id = id }
type.go#L307: if seen[a.Id] {
type.go#L310: seen[a.Id] = true
type.go#L353: if seen[m.Id] {
type.go#L356: seen[m.Id] = true
type.go#L387: if seen[s.Id] {
type.go#L390: seen[s.Id] = true
type.go#L411: if _, ok := seen[s.Id]; ok {
type.go#L414: seen[s.Id] = true
![]() |
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. |