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

  /external/chromium_org/ipc/
ipc_message_null_macros.h 13 #undef IPC_STRUCT_TRAITS_MEMBER
23 #define IPC_STRUCT_TRAITS_MEMBER(name)
param_traits_log_macros.h 19 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
24 #undef IPC_STRUCT_TRAITS_MEMBER
31 #define IPC_STRUCT_TRAITS_MEMBER(name) \
param_traits_macros.h 22 #define IPC_STRUCT_TRAITS_MEMBER(name)
param_traits_read_macros.h 17 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
22 #undef IPC_STRUCT_TRAITS_MEMBER
29 #define IPC_STRUCT_TRAITS_MEMBER(name) ReadParam(m, iter, &p->name) &&
param_traits_write_macros.h 17 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
22 #undef IPC_STRUCT_TRAITS_MEMBER
27 #define IPC_STRUCT_TRAITS_MEMBER(name) WriteParam(m, p.name);
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 465 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
470 #undef IPC_STRUCT_TRAITS_MEMBER
478 #define IPC_STRUCT_TRAITS_MEMBER(name) \
generate.cc 1139 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
1144 #undef IPC_STRUCT_TRAITS_MEMBER
1152 #define IPC_STRUCT_TRAITS_MEMBER(name) \
    [all...]

Completed in 74 milliseconds