type internal/abi.EmptyInterface
8 uses
internal/abi (current package)
iface.go#L24: type EmptyInterface struct {
type.go#L171: eface := *(*EmptyInterface)(unsafe.Pointer(&a))
internal/reflectlite
value.go#L116: e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
value.go#L149: e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
reflect
value.go#L125: e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
value.go#L158: e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
value.go#L1736: *(*abi.EmptyInterface)(v.ptr) = abi.EmptyInterface{}
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |