Searched refs:unpack_into_tuple (Results 1 – 3 of 3) sorted by relevance
170 if (!unpack_into_tuple(response_args, r)) { in async_method_call()
536 constexpr bool unpack_into_tuple(Tuple& t, dbus::message& m) { in unpack_into_tuple() function542 constexpr bool unpack_into_tuple(std::tuple<>& t, dbus::message& m) { in unpack_into_tuple() function
114 if (unpack_into_tuple(input_args, m) == false) { in call()