Home | History | Annotate | Download | only in ipc

Lines Matching defs:IPC_STRUCT_MEMBER

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;