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

  /external/libchrome/ipc/
ipc_message_null_macros.h 13 #undef IPC_STRUCT_TRAITS_MEMBER
23 #define IPC_STRUCT_TRAITS_MEMBER(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);
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_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_macros.h 24 #define IPC_STRUCT_TRAITS_MEMBER(name)

Completed in 714 milliseconds