HomeSort by relevance Sort by last modified time
    Searched defs:IPC_STRUCT_END (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ipc/
struct_constructor_macros.h 14 #undef IPC_STRUCT_END
18 #define IPC_STRUCT_END() {}
ipc_message_null_macros.h 11 #undef IPC_STRUCT_END
21 #define IPC_STRUCT_END()
param_traits_log_macros.h 16 #undef IPC_STRUCT_END
20 #define IPC_STRUCT_END() IPC_STRUCT_TRAITS_END()
param_traits_read_macros.h 14 #undef IPC_STRUCT_END
18 #define IPC_STRUCT_END() IPC_STRUCT_TRAITS_END()
param_traits_write_macros.h 14 #undef IPC_STRUCT_END
18 #define IPC_STRUCT_END() IPC_STRUCT_TRAITS_END()
ipc_message_macros.h 129 // IPC_STRUCT_END() family of macros. These cause the XXX_messages.h
133 // IPC_STRUCT_BEGIN() / IPC_STRUCT_END(). There is also an
221 #define IPC_STRUCT_END() };
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 461 #undef IPC_STRUCT_END
466 #define IPC_STRUCT_END() IPC_STRUCT_TRAITS_END()
generate.cc 1135 #undef IPC_STRUCT_END
1140 #define IPC_STRUCT_END() IPC_STRUCT_TRAITS_END()
    [all...]

Completed in 167 milliseconds