Home
last modified time | relevance | path

Searched refs:IPC_STRUCT_MEMBER (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/ipc/
Dstruct_constructor_macros.h13 #undef IPC_STRUCT_MEMBER
17 #define IPC_STRUCT_MEMBER(type, name, ...) , name(__VA_ARGS__) macro
Dipc_message_null_macros.h10 #undef IPC_STRUCT_MEMBER
20 #define IPC_STRUCT_MEMBER(type, name, ...) macro
Dparam_traits_write_macros.h13 #undef IPC_STRUCT_MEMBER
17 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name) macro
Dparam_traits_read_macros.h13 #undef IPC_STRUCT_MEMBER
17 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name) macro
Dparam_traits_log_macros.h15 #undef IPC_STRUCT_MEMBER
19 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name) macro
Dipc_message_macros.h228 #define IPC_STRUCT_MEMBER(type, name, ...) type name; macro