Searched refs:pack_tuple_into_msg (Results 1 – 2 of 2) sorted by relevance
547 constexpr bool pack_tuple_into_msg(std::tuple<Args...>& t, dbus::message& m) { in pack_tuple_into_msg() function553 constexpr bool pack_tuple_into_msg(std::tuple<>& t, dbus::message& m) { in pack_tuple_into_msg() function559 constexpr bool pack_tuple_into_msg(Element& t, dbus::message& m) { in pack_tuple_into_msg() function
122 if (pack_tuple_into_msg(r, ret) == false) { in call()