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{}