runtime.interfacetype.typ (field)
9 uses
runtime (current package)
iface.go#L30: return uintptr(inter.typ.hash ^ typ.hash)
iface.go#L43: name := inter.typ.nameOff(inter.mhdr[0].name)
iface.go#L44: panic(&TypeAssertionError{nil, typ, &inter.typ, name.name()})
iface.go#L91: panic(&TypeAssertionError{concrete: typ, asserted: &inter.typ, missingMethod: m.init()})
iface.go#L209: itype := inter.typ.typeOff(i.ityp)
iface.go#L210: name := inter.typ.nameOff(i.name)
iface.go#L454: panic(&TypeAssertionError{nil, nil, &inter.typ, ""})
iface.go#L487: panic(&TypeAssertionError{nil, nil, &inter.typ, ""})
type.go#L367: typ _type