InterfaceType    2670 src/pkg/runtime/mgc0.c 				} else if(((InterfaceType*)f->fint)->mhdr.len == 0) {
InterfaceType    2679 src/pkg/runtime/mgc0.c 					if(!runtime·ifaceE2I2((InterfaceType*)f->fint, ef1, (Iface*)frame))
InterfaceType      72 src/pkg/runtime/runtime.h typedef	struct	InterfaceType	InterfaceType;
InterfaceType     474 src/pkg/runtime/runtime.h 	InterfaceType*	inter;
InterfaceType    1134 src/pkg/runtime/runtime.h void	runtime·ifaceE2I(InterfaceType*, Eface, Iface*);
InterfaceType    1135 src/pkg/runtime/runtime.h bool	runtime·ifaceE2I2(InterfaceType*, Eface, Iface*);
InterfaceType      13 src/pkg/runtime/type.h typedef struct InterfaceType InterfaceType;