const runtime.kindDirectIface
9 uses
runtime (current package)
cgocall.go#L392: if t.kind&kindDirectIface == 0 {
cgocall.go#L424: cgoCheckArg(t, ep.data, t.kind&kindDirectIface == 0, top, cgoCheckPointerFail)
cgocall.go#L449: cgoCheckArg(at.elem, p, at.elem.kind&kindDirectIface == 0, top, msg)
cgocall.go#L487: cgoCheckArg(it, p, it.kind&kindDirectIface == 0, false, msg)
cgocall.go#L519: cgoCheckArg(st.fields[0].typ, p, st.fields[0].typ.kind&kindDirectIface == 0, top, msg)
cgocall.go#L627: cgoCheckArg(t, ep.data, t.kind&kindDirectIface == 0, false, cgoResultFail)
heapdump.go#L209: dumpbool(t.kind&kindDirectIface == 0 || t.ptrdata != 0)
typekind.go#L35: kindDirectIface = 1 << 5
typekind.go#L42: return t.kind&kindDirectIface != 0
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |