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

  /external/chromium_org/ipc/
ipc_message_null_macros.h 14 #undef IPC_STRUCT_TRAITS_PARENT
24 #define IPC_STRUCT_TRAITS_PARENT(type)
param_traits_log_macros.h 25 #undef IPC_STRUCT_TRAITS_PARENT
36 #define IPC_STRUCT_TRAITS_PARENT(type) \
param_traits_macros.h 23 #define IPC_STRUCT_TRAITS_PARENT(type)
param_traits_read_macros.h 23 #undef IPC_STRUCT_TRAITS_PARENT
30 #define IPC_STRUCT_TRAITS_PARENT(type) ParamTraits<type>::Read(m, iter, p) &&
param_traits_write_macros.h 23 #undef IPC_STRUCT_TRAITS_PARENT
28 #define IPC_STRUCT_TRAITS_PARENT(type) ParamTraits<type>::Write(m, p);
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 471 #undef IPC_STRUCT_TRAITS_PARENT
481 #define IPC_STRUCT_TRAITS_PARENT(type) \
generate.cc 1145 #undef IPC_STRUCT_TRAITS_PARENT
1156 #define IPC_STRUCT_TRAITS_PARENT(type) \
    [all...]

Completed in 81 milliseconds