type internal/abi.EmptyInterface
10 uses
internal/abi (current package)
iface.go#L24: type EmptyInterface struct {
type.go#L182: eface := *(*EmptyInterface)(unsafe.Pointer(&a))
internal/reflectlite
value.go#L118: e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
value.go#L151: e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
internal/runtime/maps
map.go#L840: a := (*abi.EmptyInterface)(p)
reflect
value.go#L124: return *(*any)(unsafe.Pointer(&abi.EmptyInterface{
value.go#L159: e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
value.go#L1566: iface := *(*any)(unsafe.Pointer(&abi.EmptyInterface{Type: v.typ(), Data: nil}))
value.go#L1830: *(*abi.EmptyInterface)(v.ptr) = abi.EmptyInterface{}
![]() |
The pages are generated with Golds v0.8.4. (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. |