Home
last modified time | relevance | path

Searched refs:unpack_into_tuple (Results 1 – 3 of 3) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dconnection.hpp170 if (!unpack_into_tuple(response_args, r)) { in async_method_call()
H A Dmessage.hpp536 constexpr bool unpack_into_tuple(Tuple& t, dbus::message& m) { in unpack_into_tuple() function
542 constexpr bool unpack_into_tuple(std::tuple<>& t, dbus::message& m) { in unpack_into_tuple() function
H A Dproperties.hpp114 if (unpack_into_tuple(input_args, m) == false) { in call()