func encoding/gob.mustGetTypeInfo
9 uses
encoding/gob (current package)
encode.go#L576: info := mustGetTypeInfo(typ)
type.go#L259: var tWireType = mustGetTypeInfo(reflect.TypeOf(wireType{})).id
type.go#L265: checkId(17, mustGetTypeInfo(reflect.TypeOf(arrayType{})).id)
type.go#L266: checkId(18, mustGetTypeInfo(reflect.TypeOf(CommonType{})).id)
type.go#L267: checkId(19, mustGetTypeInfo(reflect.TypeOf(sliceType{})).id)
type.go#L268: checkId(20, mustGetTypeInfo(reflect.TypeOf(structType{})).id)
type.go#L269: checkId(21, mustGetTypeInfo(reflect.TypeOf(fieldType{})).id)
type.go#L270: checkId(23, mustGetTypeInfo(reflect.TypeOf(mapType{})).id)
type.go#L765: func mustGetTypeInfo(rt reflect.Type) *typeInfo {