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 286 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 286 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/types/
type.go 294 // ChanType returns t's extra channel-specific fields.
295 func (t *Type) ChanType() *Chan {
479 ct := t.ChanType()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 294 // ChanType returns t's extra channel-specific fields.
295 func (t *Type) ChanType() *Chan {
479 ct := t.ChanType()
    [all...]

Completed in 207 milliseconds