OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IPC_STRUCT_TRAITS_MEMBER
(Results
1 - 5
of
5
) 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);
Completed in 478 milliseconds