HomeSort by relevance Sort by last modified time
    Searched refs:xpc_object_t (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sandbox/mac/
message_server.h 20 xpc_object_t xpc;
xpc_message_server_unittest.cc 103 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;
xpc_message_server.h 55 xpc_object_t reply_message_;
  /external/clang/test/ARCMT/
Common.h 76 #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 36 milliseconds