Searched refs:unpack_type (Results 1 – 2 of 2) sorted by relevance
167 typedef typename strip_first_arg<function_tuple>::type unpack_type; in async_method_call() typedef168 unpack_type response_args; in async_method_call()182 index_apply<std::tuple_size<unpack_type>{}>([&](auto... Is) { in async_method_call()
1755 def unpack(self, unpack_type, destdir): argument