Searched refs:objc_objectptr_t (Results 1 – 2 of 2) sorted by relevance
69 typedef const void* objc_objectptr_t; typedef70 extern __attribute__((ns_returns_retained)) id objc_retainedObject(objc_objectptr_t __attribute__((…71 extern __attribute__((ns_returns_not_retained)) id objc_unretainedObject(objc_objectptr_t pointer);72 extern objc_objectptr_t objc_unretainedPointer(id object);
47 typedef const void* objc_objectptr_t; typedef48 __attribute__((ns_returns_retained)) id objc_retainedObject(objc_objectptr_t __attribute__((cf_cons…49 __attribute__((ns_returns_not_retained)) id objc_unretainedObject(objc_objectptr_t pointer);