const reflect.Func
31 uses
reflect (current package)
abi.go#L200: case UnsafePointer, Pointer, Chan, Map, Func:
deepequal.go#L154: case Func:
makefunc.go#L48: if typ.Kind() != Func {
makefunc.go#L71: return Value{t, unsafe.Pointer(impl), flag(Func)}
makefunc.go#L130: return Value{ftyp.Common(), unsafe.Pointer(fv), v.flag&flagRO | flag(Func)}
type.go#L320: Func
type.go#L519: Func: "func",
type.go#L656: fl := flag(Func)
type.go#L821: if t.Kind() != Func {
type.go#L829: if t.Kind() != Func {
type.go#L837: if t.Kind() != Func {
type.go#L845: if t.Kind() != Func {
type.go#L853: if t.Kind() != Func {
type.go#L908: case Func:
type.go#L936: case Func:
type.go#L984: if t.Kind() != Func {
type.go#L997: if t.Kind() != Func {
type.go#L1661: case Func:
type.go#L2909: case Chan, Func, Map, Pointer, Slice, String, UnsafePointer:
value.go#L367: v.mustBe(Func)
value.go#L381: v.mustBe(Func)
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#L1910: fl |= flag(Func)
value.go#L2060: case Func:
value.go#L2612: case Func:
value.go#L3361: case Func, Map, Slice:
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:
net/http/httptrace
trace.go#L185: if hookType.Kind() != reflect.Func {
 |
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. |