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

  /external/chromium_org/ipc/
ipc_message_null_macros.h 12 #undef IPC_STRUCT_TRAITS_BEGIN
22 #define IPC_STRUCT_TRAITS_BEGIN(struct_name)
param_traits_log_macros.h 18 IPC_STRUCT_TRAITS_BEGIN(struct_name)
23 #undef IPC_STRUCT_TRAITS_BEGIN
27 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \
param_traits_macros.h 11 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \
param_traits_read_macros.h 16 IPC_STRUCT_TRAITS_BEGIN(struct_name)
21 #undef IPC_STRUCT_TRAITS_BEGIN
25 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \
param_traits_write_macros.h 16 IPC_STRUCT_TRAITS_BEGIN(struct_name)
21 #undef IPC_STRUCT_TRAITS_BEGIN
25 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 464 #define IPC_STRUCT_BEGIN(struct_name) IPC_STRUCT_TRAITS_BEGIN(struct_name)
469 #undef IPC_STRUCT_TRAITS_BEGIN
473 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \
generate.cc 1138 #define IPC_STRUCT_BEGIN(struct_name) IPC_STRUCT_TRAITS_BEGIN(struct_name)
1143 #undef IPC_STRUCT_TRAITS_BEGIN
1147 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \
    [all...]

Completed in 892 milliseconds