const reflect.Func
29 uses
reflect (current package)
abi.go#L200: case UnsafePointer, Pointer, Chan, Map, Func:
deepequal.go#L154: 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#L292: Func
type.go#L491: Func: "func",
type.go#L628: fl := flag(Func)
type.go#L801: if t.Kind() != Func {
type.go#L809: if t.Kind() != Func {
type.go#L817: if t.Kind() != Func {
type.go#L825: if t.Kind() != Func {
type.go#L833: if t.Kind() != Func {
type.go#L888: case Func:
type.go#L916: case Func:
type.go#L1566: case Func:
type.go#L3047: case Chan, Func, Map, Pointer, Slice, String, UnsafePointer:
value.go#L366: v.mustBe(Func)
value.go#L379: v.mustBe(Func)
value.go#L1547: case Chan, Func, Map, Pointer, UnsafePointer:
value.go#L1611: case Chan, Func, Interface, Map, Pointer, Slice, UnsafePointer:
value.go#L1737: case Chan, Func, Map, Pointer, UnsafePointer:
value.go#L2072: fl |= flag(Func)
value.go#L2218: case Func:
value.go#L2813: case Func:
value.go#L3519: case Func, Map, Slice:
fmt
print.go#L552: case reflect.Chan, reflect.Func, reflect.Map, reflect.Pointer, reflect.Slice, reflect.UnsafePointer:
print.go#L926: 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.7.6. (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. |