HomeSort by relevance Sort by last modified time
    Searched defs:IPC_STRUCT_TRAITS_MEMBER (Results 1 - 6 of 6) 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/chrome/tools/ipclist/
ipcfuzz.cc 517 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
522 #undef IPC_STRUCT_TRAITS_MEMBER
530 #define IPC_STRUCT_TRAITS_MEMBER(name) \

Completed in 46 milliseconds