internal/abi.TypeAssertCacheEntry.Typ (field)

6 uses

	internal/abi (current package)
		switch.go#L54: 	Typ uintptr

	runtime
		iface.go#L521: 		if e.Typ != 0 {
		iface.go#L542: 			if newEntries[h].Typ == 0 {
		iface.go#L543: 				newEntries[h].Typ = uintptr(unsafe.Pointer(typ))
		iface.go#L551: 		if e.Typ != 0 {
		iface.go#L552: 			addEntry((*_type)(unsafe.Pointer(e.Typ)), (*itab)(unsafe.Pointer(e.Itab)))