Home | History | Annotate | Download | only in gc

Lines Matching defs:ChanType

134 	// TCHAN: *ChanType
274 // ChanType contains Type fields specific to channel types.
275 type ChanType struct {
280 // ChanType returns t's extra channel-specific fields.
281 func (t *Type) ChanType() *ChanType {
283 return t.Extra.(*ChanType)
406 t.Extra = new(ChanType)
448 ct := t.ChanType()
568 t.Extra.(*ChanType).Elem = elem
638 x := *t.Extra.(*ChanType)
741 return t.Extra.(*ChanType).Elem
1229 return t.Extra.(*ChanType).Dir