Searched defs:IPC_STRUCT_BEGIN (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dmutate.cc458 #undef IPC_STRUCT_BEGIN macro
463 IPC_STRUCT_BEGIN(struct_name)
464 #define IPC_STRUCT_BEGIN(struct_name) IPC_STRUCT_TRAITS_BEGIN(struct_name) macro
H A Dgenerate.cc1132 #undef IPC_STRUCT_BEGIN macro
1137 IPC_STRUCT_BEGIN(struct_name)
1138 #define IPC_STRUCT_BEGIN(struct_name) IPC_STRUCT_TRAITS_BEGIN(struct_name) macro
/external/chromium_org/ipc/
H A Dipc_message_macros.h128 // New structs are defined with IPC_STRUCT_BEGIN(), IPC_STRUCT_MEMBER(),
133 // IPC_STRUCT_BEGIN() / IPC_STRUCT_END(). There is also an
134 // IPC_STRUCT_BEGIN_WITH_PARENT(), which behaves like IPC_STRUCT_BEGIN(),
207 #define IPC_STRUCT_BEGIN(struct_name) \ macro

Completed in 2706 milliseconds