Searched refs:IPC_STRUCT_MEMBER (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/ipc/ |
D | struct_constructor_macros.h | 13 #undef IPC_STRUCT_MEMBER 17 #define IPC_STRUCT_MEMBER(type, name, ...) , name(__VA_ARGS__) macro
|
D | ipc_message_null_macros.h | 10 #undef IPC_STRUCT_MEMBER 20 #define IPC_STRUCT_MEMBER(type, name, ...) macro
|
D | param_traits_write_macros.h | 13 #undef IPC_STRUCT_MEMBER 17 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name) macro
|
D | param_traits_read_macros.h | 13 #undef IPC_STRUCT_MEMBER 17 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name) macro
|
D | param_traits_log_macros.h | 15 #undef IPC_STRUCT_MEMBER 19 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name) macro
|
D | ipc_message_macros.h | 228 #define IPC_STRUCT_MEMBER(type, name, ...) type name; macro
|