OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xpc_object_t
(Results
1 - 3
of
3
) sorted by null
/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);
/external/libchrome/sandbox/mac/
message_server.h
20
xpc_object_t
xpc;
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors_mac.cc
244
xpc_handler_t new_handler = ^(
xpc_object_t
object) {
269
xpc_connection_t connection,
xpc_object_t
message,
274
xpc_handler_t new_handler = ^(
xpc_object_t
object) {
Completed in 181 milliseconds