Home
last modified time | relevance | path

Searched refs:pack_tuple_into_msg (Results 1 – 2 of 2) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp547 constexpr bool pack_tuple_into_msg(std::tuple<Args...>& t, dbus::message& m) { in pack_tuple_into_msg() function
553 constexpr bool pack_tuple_into_msg(std::tuple<>& t, dbus::message& m) { in pack_tuple_into_msg() function
559 constexpr bool pack_tuple_into_msg(Element& t, dbus::message& m) { in pack_tuple_into_msg() function
H A Dproperties.hpp122 if (pack_tuple_into_msg(r, ret) == false) { in call()