HomeSort by relevance Sort by last modified time
    Searched defs:ChanType (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_span.h 80 GLenum ChanType; /**< Color channel type, GL_UNSIGNED_BYTE, GL_FLOAT */
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 281 ChanType struct {
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 411 // A ChanType node represents a channel type.
412 ChanType struct {
453 func (x *ChanType) Pos() token.Pos { return x.Begin }
486 func (x *ChanType) End() token.Pos { return x.Value.End() }
513 func (*ChanType) exprNode() {}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 281 ChanType struct {
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 411 // A ChanType node represents a channel type.
412 ChanType struct {
453 func (x *ChanType) Pos() token.Pos { return x.Begin }
486 func (x *ChanType) End() token.Pos { return x.Value.End() }
513 func (*ChanType) exprNode() {}
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 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 = ele
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 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 = ele
    [all...]

Completed in 2692 milliseconds