type reflect.emptyInterface

4 uses

	reflect (current package)
		type.go#L1369: 	eface := *(*emptyInterface)(unsafe.Pointer(&i))
		value.go#L108: 	e := (*emptyInterface)(unsafe.Pointer(&i))
		value.go#L143: 	e := (*emptyInterface)(unsafe.Pointer(&i))
		value.go#L194: type emptyInterface struct {