const reflect.Chan
33 uses
reflect (current package)
abi.go#L200: case UnsafePointer, Pointer, Chan, Map, Func:
iter.go#L107: case Chan:
type.go#L319: Chan
type.go#L518: Chan: "chan",
type.go#L749: if t.Kind() != Chan {
type.go#L906: case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Array, Slice, Chan, String, Map:
type.go#L1658: case Chan:
type.go#L1846: ckey := cacheKey{Chan, typ, nil, uintptr(dir)}
type.go#L2062: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
type.go#L2086: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
type.go#L2232: case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Chan, Pointer, Bool, UnsafePointer:
type.go#L2909: case Chan, Func, Map, Pointer, Slice, String, UnsafePointer:
value.go#L1168: case Chan:
value.go#L1183: v.mustBe(Chan)
value.go#L1635: case Chan, Func, Map, Pointer, UnsafePointer:
value.go#L1702: case Chan, Func, Interface, Map, Pointer, Slice, UnsafePointer:
value.go#L1831: case Chan, Func, Map, Pointer, UnsafePointer:
value.go#L1863: case Chan:
value.go#L2058: case Chan, Map, UnsafePointer:
value.go#L2091: v.mustBe(Chan)
value.go#L2124: v.mustBe(Chan)
value.go#L2464: v.mustBe(Chan)
value.go#L2474: v.mustBe(Chan)
value.go#L2610: case Chan, Map, UnsafePointer:
value.go#L2975: ch.mustBe(Chan)
value.go#L3006: ch.mustBe(Chan)
value.go#L3077: if typ.Kind() != Chan {
value.go#L3088: return Value{t, ch, flag(Chan)}
value.go#L3334: case Chan, Pointer, UnsafePointer:
value.go#L3437: case Chan:
fmt
print.go#L553: case reflect.Chan, reflect.Func, reflect.Map, reflect.Pointer, reflect.Slice, reflect.UnsafePointer:
print.go#L927: case reflect.Chan, reflect.Func, reflect.UnsafePointer:
internal/fmtsort
sort.go#L104: case reflect.Chan:
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |