type runtime.eface
17 uses
runtime (current package)
alg.go#L118: a := (*eface)(p)
alg.go#L256: x := *(*eface)(p)
alg.go#L257: y := *(*eface)(q)
iface.go#L318: func convT2E(t *_type, elem unsafe.Pointer) (e eface) {
iface.go#L391: func convT2Enoptr(t *_type, elem unsafe.Pointer) (e eface) {
iface.go#L483: func assertE2I(inter *interfacetype, e eface) (r iface) {
iface.go#L494: func assertE2I2(inter *interfacetype, e eface) (r iface, b bool) {
iface.go#L510: func reflect_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
iface.go#L515: func reflectlite_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
mfinal.go#L211: (*eface)(frame)._type = &f.ot.typ
mfinal.go#L212: (*eface)(frame).data = f.arg
mfinal.go#L216: *(*iface)(frame) = assertE2I(ityp, *(*eface)(frame))
netpoll.go#L559: x := (*eface)(unsafe.Pointer(&i))
print.go#L254: func printeface(e eface) {
runtime2.go#L208: type eface struct {
runtime2.go#L213: func efaceOf(ep *interface{}) *eface {
runtime2.go#L214: return (*eface)(unsafe.Pointer(ep))
 |
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. |