type runtime.iface
18 uses
runtime (current package)
alg.go#L97: a := (*iface)(p)
alg.go#L251: x := *(*iface)(p)
alg.go#L252: y := *(*iface)(q)
iface.go#L405: func convT2I(tab *itab, elem unsafe.Pointer) (i iface) {
iface.go#L420: func convT2Inoptr(tab *itab, elem unsafe.Pointer) (i iface) {
iface.go#L435: func convI2I(inter *interfacetype, i iface) (r iface) {
iface.go#L450: func assertI2I(inter *interfacetype, i iface) (r iface) {
iface.go#L466: func assertI2I2(inter *interfacetype, i iface) (r iface, b bool) {
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#L216: *(*iface)(frame) = assertE2I(ityp, *(*eface)(frame))
print.go#L258: func printiface(i iface) {
runtime2.go#L203: type iface struct {
 |
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. |