type internal/abi.EmptyInterface
9 uses
internal/abi (current package)
iface.go#L24: type EmptyInterface struct {
type.go#L179: 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#L843: a := (*abi.EmptyInterface)(p)
reflect
value.go#L125: e := abi.EmptyInterface{}
value.go#L155: e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
value.go#L1803: *(*abi.EmptyInterface)(v.ptr) = abi.EmptyInterface{}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)