Home
last modified time | relevance | path

Searched refs:IPC_MESSAGE_DECL (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/plugins/tests/
Dipc.txt23 IPC_MESSAGE_DECL(TestMessage, id, IPC_TUPLE in)
25 ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
30 IPC_MESSAGE_DECL(TestMessage, id, IPC_TUPLE in)
32 ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
39 IPC_MESSAGE_DECL(TestMessage, id, IPC_TUPLE in)
41 ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
54 IPC_MESSAGE_DECL(TestMessage, id, IPC_TUPLE in)
56 ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
63 IPC_MESSAGE_DECL(TestMessage, id, IPC_TUPLE in)
65 ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
Dipc.cpp184 #define IPC_MESSAGE_DECL(name, id, in_tuple) \ macro
190 IPC_MESSAGE_DECL(TestMessage, id, IPC_TUPLE in)
/external/libchrome/ipc/
Dipc_message_null_macros.h17 #undef IPC_MESSAGE_DECL
27 #define IPC_MESSAGE_DECL(...) macro
Dipc_message_macros.h237 IPC_MESSAGE_DECL(msg_class, CONTROL, IPC_TUPLE(__VA_ARGS__), void)
239 IPC_MESSAGE_DECL(msg_class, ROUTED, IPC_TUPLE(__VA_ARGS__), void)
249 IPC_MESSAGE_DECL(msg_class, CONTROL, IPC_TUPLE in, IPC_TUPLE out)
251 IPC_MESSAGE_DECL(msg_class, ROUTED, IPC_TUPLE in, IPC_TUPLE out)
255 #define IPC_MESSAGE_DECL(msg_name, kind, in_tuple, out_tuple) \ macro