Iface 734 src/pkg/runtime/mgc0.c Iface *iface; Iface 960 src/pkg/runtime/mgc0.c iface = (Iface*)(stack_top.b + pc[1]); Iface 2679 src/pkg/runtime/mgc0.c if(!runtime·ifaceE2I2((InterfaceType*)f->fint, ef1, (Iface*)frame)) Iface 168 src/pkg/runtime/print.c runtime·printiface(*(Iface*)v); Iface 70 src/pkg/runtime/runtime.h typedef struct Iface Iface; Iface 876 src/pkg/runtime/runtime.h bool runtime·ifaceeq_c(Iface, Iface); Iface 878 src/pkg/runtime/runtime.h uintptr runtime·ifacehash(Iface, uintptr); Iface 1074 src/pkg/runtime/runtime.h void runtime·printiface(Iface); Iface 1134 src/pkg/runtime/runtime.h void runtime·ifaceE2I(InterfaceType*, Eface, Iface*); Iface 1135 src/pkg/runtime/runtime.h bool runtime·ifaceE2I2(InterfaceType*, Eface, Iface*);