OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IPC_STRUCT_END
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ipc/
struct_constructor_macros.h
14
#undef
IPC_STRUCT_END
18
#define
IPC_STRUCT_END
() {}
ipc_message_null_macros.h
11
#undef
IPC_STRUCT_END
21
#define
IPC_STRUCT_END
()
param_traits_log_macros.h
16
#undef
IPC_STRUCT_END
20
#define
IPC_STRUCT_END
() IPC_STRUCT_TRAITS_END()
param_traits_read_macros.h
14
#undef
IPC_STRUCT_END
18
#define
IPC_STRUCT_END
() IPC_STRUCT_TRAITS_END()
param_traits_write_macros.h
14
#undef
IPC_STRUCT_END
18
#define
IPC_STRUCT_END
() IPC_STRUCT_TRAITS_END()
ipc_message_macros.h
129
//
IPC_STRUCT_END
() family of macros. These cause the XXX_messages.h
133
// IPC_STRUCT_BEGIN() /
IPC_STRUCT_END
(). There is also an
221
#define
IPC_STRUCT_END
() };
[
all
...]
Completed in 424 milliseconds