MakeRefTuple 869 ipc/ipc_message_macros.h #define IPC_NAME_IN_1(t1) MakeRefTuple(arg1) MakeRefTuple 870 ipc/ipc_message_macros.h #define IPC_NAME_IN_2(t1, t2) MakeRefTuple(arg1, arg2) MakeRefTuple 871 ipc/ipc_message_macros.h #define IPC_NAME_IN_3(t1, t2, t3) MakeRefTuple(arg1, arg2, arg3) MakeRefTuple 872 ipc/ipc_message_macros.h #define IPC_NAME_IN_4(t1, t2, t3, t4) MakeRefTuple(arg1, arg2, arg3, arg4) MakeRefTuple 873 ipc/ipc_message_macros.h #define IPC_NAME_IN_5(t1, t2, t3, t4, t5) MakeRefTuple(arg1, arg2, arg3, arg4, arg5) MakeRefTuple 876 ipc/ipc_message_macros.h #define IPC_NAME_OUT_1(t1) MakeRefTuple(*arg6) MakeRefTuple 877 ipc/ipc_message_macros.h #define IPC_NAME_OUT_2(t1, t2) MakeRefTuple(*arg6, *arg7) MakeRefTuple 878 ipc/ipc_message_macros.h #define IPC_NAME_OUT_3(t1, t2, t3) MakeRefTuple(*arg6, *arg7, *arg8) MakeRefTuple 879 ipc/ipc_message_macros.h #define IPC_NAME_OUT_4(t1, t2, t3, t4) MakeRefTuple(*arg6, *arg7, *arg8, *arg9) MakeRefTuple 879 ipc/ipc_message_utils.h Tuple1<Message&> t = MakeRefTuple(*reply);