Searched defs:xpc_object_t (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/ARCMT/
H A DCommon.h76 #define xpc_retain(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o retain]; })
77 #define xpc_release(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o release]; })
80 typedef id xpc_object_t; typedef
83 void _xpc_object_validate(xpc_object_t object);

Completed in 39 milliseconds