internal/abi.ITab.Type (field)

11 uses

	internal/abi (current package)
		iface.go#L16: 	Type  *Type

	internal/runtime/maps
		map.go#L854: 			t = a.ITab.Type

	reflect
		value.go#L887: 		rcvrtype = iface.itab.Type

	runtime
		alg.go#L139: 	t := tab.Type
		alg.go#L321: 	t := tab.Type
		heapdump.go#L543: 	t := tab.Type
		iface.go#L79: 	m.Type = typ
		iface.go#L122: 		if m.Inter == inter && m.Type == typ {
		iface.go#L173: 	h := itabHashFunc(m.Inter, m.Type) & mask
		iface.go#L206: 	typ := m.Type
		iface.go#L283: 		t = have.Type