type encoding/gob.CommonType
18 uses
encoding/gob (current package)
type.go#L216: type CommonType struct {
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#L225: func (t *CommonType) string() string { return t.Name }
type.go#L227: func (t *CommonType) safeString(seen map[typeId]bool) string {
type.go#L231: func (t *CommonType) name() string { return t.Name }
type.go#L266: checkId(18, mustGetTypeInfo(reflect.TypeOf(CommonType{})).id)
type.go#L289: CommonType
type.go#L295: a := &arrayType{CommonType{Name: name}, 0, 0}
type.go#L318: CommonType
type.go#L322: g := &gobEncoderType{CommonType{Name: name}}
type.go#L335: CommonType
type.go#L341: m := &mapType{CommonType{Name: name}, 0, 0}
type.go#L366: CommonType
type.go#L371: s := &sliceType{CommonType{Name: name}, 0}
type.go#L403: CommonType
type.go#L426: s := &structType{CommonType{Name: name}, nil}
type.go#L620: typ := &CommonType{Name: name}
![]() |
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. |