var encoding/gob.types

10 uses

	encoding/gob (current package)
		type.go#L175: var types = make(map[reflect.Type]gobType)
		type.go#L447: 			delete(types, rt)
		type.go#L477: 		types[rt] = at
		type.go#L495: 		types[rt] = mt
		type.go#L513: 		types[rt] = st
		type.go#L523: 		types[rt] = st
		type.go#L594: 	typ, present := types[rt]
		type.go#L600: 		types[rt] = typ
		type.go#L616: 	_, present := types[rt]
		type.go#L621: 	types[rt] = typ