Home
last modified time | relevance | path

Searched defs:ResultType (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dhandler.hpp193 using ResultType = boost::callable_traits::return_type_t<Handler>; in executeCallback() typedef
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp174 using ResultType = boost::callable_traits::return_type_t<Callback>; in callFunction() typedef
609 using ResultType = boost::callable_traits::return_type_t<CallbackType>; in register_method() typedef
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp90 typedef typename traits::result_type ResultType; typedef in dbus::LambdaDbusMethod