const reflect.Chan
30 uses
reflect (current package)
abi.go#L200: case UnsafePointer, Pointer, Chan, Map, Func:
type.go#L262: Chan
type.go#L467: Chan: "chan",
type.go#L689: if t.Kind() != Chan {
type.go#L1422: case Chan:
type.go#L1590: ckey := cacheKey{Chan, typ, nil, uintptr(dir)}
type.go#L1879: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
type.go#L1903: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
type.go#L2881: case Chan, Func, Map, Pointer, Slice, String, UnsafePointer:
value.go#L1178: case Chan:
value.go#L1192: v.mustBe(Chan)
value.go#L1554: case Chan, Func, Map, Pointer, UnsafePointer:
value.go#L1614: case Chan, Func, Interface, Map, Pointer, Slice, UnsafePointer:
value.go#L1685: case Chan, Func, Map, Pointer, UnsafePointer:
value.go#L1717: case Chan:
value.go#L2161: case Chan, Map, UnsafePointer:
value.go#L2193: v.mustBe(Chan)
value.go#L2226: v.mustBe(Chan)
value.go#L2609: v.mustBe(Chan)
value.go#L2619: v.mustBe(Chan)
value.go#L2740: case Chan, Map, UnsafePointer:
value.go#L3061: ch.mustBe(Chan)
value.go#L3092: ch.mustBe(Chan)
value.go#L3153: if typ.Kind() != Chan {
value.go#L3164: return Value{t, ch, flag(Chan)}
value.go#L3426: case Chan, Pointer, UnsafePointer:
value.go#L3529: case Chan:
fmt
print.go#L552: case reflect.Chan, reflect.Func, reflect.Map, reflect.Pointer, reflect.Slice, reflect.UnsafePointer:
print.go#L928: case reflect.Chan, reflect.Func, reflect.UnsafePointer:
internal/fmtsort
sort.go#L142: case reflect.Chan:
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |