Searched defs:handler_type (Results 1 – 3 of 3) sorted by relevance
49 struct handler_type { struct51 struct handler *(*init)(const struct handler_type *type, argument59 const struct handler_type *type; argument
22 typedef std::function<void(boost::system::error_code, Message)> handler_type; typedef in dbus::detail::queue