const reflect.Func
27 uses
reflect (current package)
abi.go#L200: case UnsafePointer, Pointer, Chan, Map, Func:
deepequal.go#L153: case Func:
makefunc.go#L47: if typ.Kind() != Func {
makefunc.go#L70: return Value{t, unsafe.Pointer(impl), flag(Func)}
makefunc.go#L129: return Value{ftyp.Common(), unsafe.Pointer(fv), v.flag&flagRO | flag(Func)}
type.go#L263: Func
type.go#L468: Func: "func",
type.go#L596: fl := flag(Func)
type.go#L769: if t.Kind() != Func {
type.go#L777: if t.Kind() != Func {
type.go#L785: if t.Kind() != Func {
type.go#L793: if t.Kind() != Func {
type.go#L801: if t.Kind() != Func {
type.go#L1425: case Func:
type.go#L2881: case Chan, Func, Map, Pointer, Slice, String, UnsafePointer:
value.go#L378: v.mustBe(Func)
value.go#L391: v.mustBe(Func)
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#L2020: fl |= flag(Func)
value.go#L2163: case Func:
value.go#L2742: case Func:
value.go#L3453: case Func, Map, Slice:
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:
net/http/httptrace
trace.go#L185: if hookType.Kind() != reflect.Func {
|
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. |