/prebuilts/go/linux-x86/src/text/template/ |
funcs.go | 214 case reflect.Array, reflect.Chan, reflect.Map, reflect.Slice, reflect.String:
|
/prebuilts/go/darwin-x86/src/go/types/ |
expr.go | 97 typ, ok := x.typ.Underlying().(*Chan) 546 case *Pointer, *Signature, *Slice, *Map, *Chan: [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
expr.go | 97 typ, ok := x.typ.Underlying().(*Chan) 546 case *Pointer, *Signature, *Slice, *Map, *Chan: [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
noder.go | 590 return p.nod(stmt, OSEND, p.expr(stmt.Chan), p.expr(stmt.Value))
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
type.go | 573 // It will be transmitted only if it is exported and not a chan or func field 574 // or pointer to chan or func. 579 // If the field is a chan or func or pointer thereto, don't send it. 585 if typ.Kind() == reflect.Chan || typ.Kind() == reflect.Func {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
noder.go | 590 return p.nod(stmt, OSEND, p.expr(stmt.Chan), p.expr(stmt.Value))
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
type.go | 573 // It will be transmitted only if it is exported and not a chan or func field 574 // or pointer to chan or func. 579 // If the field is a chan or func or pointer thereto, don't send it. 585 if typ.Kind() == reflect.Chan || typ.Kind() == reflect.Func {
|
/prebuilts/go/darwin-x86/src/go/parser/ |
parser.go | 1001 if p.tok == token.CHAN { 1010 p.expect(token.CHAN) 1036 case token.CHAN, token.ARROW: [all...] |
/prebuilts/go/linux-x86/src/go/parser/ |
parser.go | 1001 if p.tok == token.CHAN { 1010 p.expect(token.CHAN) 1036 case token.CHAN, token.ARROW: [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
parser.go | 508 // receive op (<-x) or receive-only channel (<-chan E) 512 // a channel (<-chan int) or a receive op (<-chan int(ch)). 519 // <-chan... => <-x is a channel type 525 // <-(chan E) => (<-chan E) 526 // <-(chan<-E) => (<-chan (<-E)) 539 // t is type <-chan E but <-<-chan E is not permitte [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
parser.go | 508 // receive op (<-x) or receive-only channel (<-chan E) 512 // a channel (<-chan int) or a receive op (<-chan int(ch)). 519 // <-chan... => <-x is a channel type 525 // <-(chan E) => (<-chan E) 526 // <-(chan<-E) => (<-chan (<-E)) 539 // t is type <-chan E but <-<-chan E is not permitte [all...] |
/prebuilts/go/darwin-x86/src/encoding/xml/ |
marshal_test.go | [all...] |
/prebuilts/go/darwin-x86/src/go/printer/ |
nodes.go | 878 p.print(token.CHAN) 880 p.print(token.ARROW, token.CHAN) // x.Arrow and x.Pos() are the same 882 p.print(token.CHAN, x.Arrow, token.ARROW) 1126 p.expr0(s.Chan, depth) [all...] |
/prebuilts/go/linux-x86/src/encoding/xml/ |
marshal_test.go | [all...] |
/prebuilts/go/linux-x86/src/go/printer/ |
nodes.go | 878 p.print(token.CHAN) 880 p.print(token.ARROW, token.CHAN) // x.Arrow and x.Pos() are the same 882 p.print(token.CHAN, x.Arrow, token.ARROW) 1126 p.expr0(s.Chan, depth) [all...] |
/external/abi-compliance-checker/ |
abi-compliance-checker.pl | [all...] |