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

  /external/chromium_org/ipc/
struct_constructor_macros.h 13 #undef IPC_STRUCT_MEMBER
17 #define IPC_STRUCT_MEMBER(type, name, ...) , name(__VA_ARGS__)
ipc_message_null_macros.h 10 #undef IPC_STRUCT_MEMBER
20 #define IPC_STRUCT_MEMBER(type, name, ...)
param_traits_log_macros.h 15 #undef IPC_STRUCT_MEMBER
19 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
param_traits_read_macros.h 13 #undef IPC_STRUCT_MEMBER
17 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
param_traits_write_macros.h 13 #undef IPC_STRUCT_MEMBER
17 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
ipc_message_macros.h 128 // New structs are defined with IPC_STRUCT_BEGIN(), IPC_STRUCT_MEMBER(),
132 // IPC_STRUCT_MEMBER() is only permitted inside matching calls to
220 #define IPC_STRUCT_MEMBER(type, name, ...) type name;
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 460 #undef IPC_STRUCT_MEMBER
465 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
generate.cc 1134 #undef IPC_STRUCT_MEMBER
1139 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
    [all...]

Completed in 97 milliseconds