func runtime.efaceOf
19 uses
runtime (current package)
cgocall.go#L386: ep := efaceOf(&ptr)
cgocall.go#L398: aep := efaceOf(&arg)
cgocall.go#L625: ep := efaceOf(&val)
debuglog.go#L277: v := efaceOf(&x)
error.go#L255: eface := efaceOf(&i)
heapdump.go#L397: eface := efaceOf(&p.arg)
iface.go#L304: uint16Type *_type = efaceOf(&uint16Eface)._type
iface.go#L305: uint32Type *_type = efaceOf(&uint32Eface)._type
iface.go#L306: uint64Type *_type = efaceOf(&uint64Eface)._type
iface.go#L307: stringType *_type = efaceOf(&stringEface)._type
iface.go#L308: sliceType *_type = efaceOf(&sliceEface)._type
mbitmap.go#L1940: typ := (*ptrtype)(unsafe.Pointer(efaceOf(&x)._type)).elem
mbitmap.go#L1952: e := *efaceOf(&ep)
mfinal.go#L315: e := efaceOf(&obj)
mfinal.go#L364: f := efaceOf(&finalizer)
mfinal.go#L401: if _, ok := assertE2I2(ityp, *efaceOf(&obj)); ok {
netpoll.go#L567: pdType *_type = efaceOf(&pdEface)._type
proc.go#L448: return *(*uintptr)(efaceOf(&f).data)
runtime2.go#L213: func efaceOf(ep *interface{}) *eface {
![]() |
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. |