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)