type reflect.chanType
11 uses
reflect (current package)
type.go#L359: type chanType struct {
type.go#L730: chanType
type.go#L885: tt := (*chanType)(unsafe.Pointer(t))
type.go#L903: tt := (*chanType)(unsafe.Pointer(t))
type.go#L1815: ch := (*chanType)(unsafe.Pointer(tt))
type.go#L1824: prototype := *(**chanType)(unsafe.Pointer(&ichan))
value.go#L1506: tt := (*chanType)(unsafe.Pointer(v.typ))
value.go#L1539: tt := (*chanType)(unsafe.Pointer(v.typ))
value.go#L2226: tt := (*chanType)(unsafe.Pointer(ch.typ))
value.go#L2254: tt := (*chanType)(unsafe.Pointer(ch.typ))
value.go#L2266: tt := (*chanType)(unsafe.Pointer(runcases[chosen].typ))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |