Searched refs:xpc_object_t (Results 1 - 4 of 4) sorted by path

/external/chromium_org/sandbox/mac/
H A Dmessage_server.h20 xpc_object_t xpc;
H A Dxpc_message_server.h55 xpc_object_t reply_message_;
H A Dxpc_message_server_unittest.cc103 xpc_object_t request = xpc_dictionary_create(NULL, NULL, 0);
106 xpc_object_t reply;
122 xpc_object_t request = xpc_dictionary_create(NULL, NULL, 0);
123 xpc_object_t reply;
179 xpc_object_t message = xpc_dictionary_create(NULL, NULL, 0);
208 xpc_object_t request = xpc_dictionary_create(NULL, NULL, 0);
209 xpc_object_t reply;
/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 419 milliseconds