Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dconnection.hpp167 typedef typename strip_first_arg<function_tuple>::type unpack_type; in async_method_call() typedef
168 unpack_type response_args; in async_method_call()
182 index_apply<std::tuple_size<unpack_type>{}>([&](auto... Is) { in async_method_call()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1755 def unpack(self, unpack_type, destdir): argument