runtime.eface._type (field)
31 uses
runtime (current package)
alg.go#L119: t := a._type
alg.go#L258: return x._type == y._type && efaceeq(x._type, x.data, y.data)
cgocall.go#L387: t := ep._type
cgocall.go#L399: switch aep._type.kind & kindMask {
cgocall.go#L411: t = ep._type
cgocall.go#L417: t = ep._type
cgocall.go#L626: t := ep._type
debuglog.go#L278: switch v._type.kind & kindMask {
error.go#L256: typestring := eface._type.string()
error.go#L258: switch eface._type.kind {
heapdump.go#L398: dumpint(uint64(uintptr(unsafe.Pointer(eface._type))))
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
iface.go#L329: e._type = t
iface.go#L400: e._type = t
iface.go#L484: t := e._type
iface.go#L495: t := e._type
mbitmap.go#L1940: typ := (*ptrtype)(unsafe.Pointer(efaceOf(&x)._type)).elem
mbitmap.go#L1954: t := e._type
mfinal.go#L211: (*eface)(frame)._type = &f.ot.typ
mfinal.go#L316: etyp := e._type
mfinal.go#L365: ftyp := f._type
netpoll.go#L560: x._type = pdType
netpoll.go#L567: pdType *_type = efaceOf(&pdEface)._type
print.go#L255: print("(", e._type, ",", e.data, ")")
runtime2.go#L209: _type *_type
![]() |
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. |