type runtime.iface

18 uses

	runtime (current package)
		alg.go#L97: 	a := (*iface)(p)
		alg.go#L251: 	x := *(*iface)(p)
		alg.go#L252: 	y := *(*iface)(q)
		iface.go#L405: func convT2I(tab *itab, elem unsafe.Pointer) (i iface) {
		iface.go#L420: func convT2Inoptr(tab *itab, elem unsafe.Pointer) (i iface) {
		iface.go#L435: func convI2I(inter *interfacetype, i iface) (r iface) {
		iface.go#L450: func assertI2I(inter *interfacetype, i iface) (r iface) {
		iface.go#L466: func assertI2I2(inter *interfacetype, i iface) (r iface, b bool) {
		iface.go#L483: func assertE2I(inter *interfacetype, e eface) (r iface) {
		iface.go#L494: func assertE2I2(inter *interfacetype, e eface) (r iface, b bool) {
		iface.go#L510: func reflect_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
		iface.go#L515: func reflectlite_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
		mfinal.go#L216: 						*(*iface)(frame) = assertE2I(ityp, *(*eface)(frame))
		print.go#L258: func printiface(i iface) {
		runtime2.go#L203: type iface struct {