Lines Matching refs:connection
24 #include "connection.hh"
48 status unmarshall (connection *conn)
76 status unmarshall (connection *conn)
100 // "callbacks" and "connection" classes. It decodes incoming
106 call (connection *conn, const char *method, R *result, Arg... args)
126 unmarshall (connection *, std::tuple<T...> &)
134 unmarshall (connection *conn, std::tuple<T...> &value)
148 template<int I, R func (connection *, Arg...), typename... T>
150 call (connection *conn, const std::tuple<argument_wrapper<Arg>...> &,
157 template<int I, R func (connection *, Arg...), typename... T>
159 call (connection *conn, const std::tuple<argument_wrapper<Arg>...> &value,
168 // A callback function that reads arguments from the connection,
170 // the connection.
171 template<R func (connection *, Arg...)>
173 invoke (connection *conn)