ChanType 604 src/pkg/runtime/heapdump.c t = ((ChanType*)t)->elem; // use element type for chan encoding ChanType 736 src/pkg/runtime/mgc0.c ChanType *chantype; ChanType 843 src/pkg/runtime/mgc0.c chantype = (ChanType*)t; ChanType 1097 src/pkg/runtime/mgc0.c chantype = (ChanType*)pc[2]; ChanType 76 src/pkg/runtime/runtime.h typedef struct ChanType ChanType;