Lines Matching refs:emptyInterface
106 e := (*emptyInterface)(unsafe.Pointer(&i))141 e := (*emptyInterface)(unsafe.Pointer(&i))180 // emptyInterface is the header for an interface{} value.181 type emptyInterface struct {