Searched refs:__storage (Results 1 – 1 of 1) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | any_sender_of.hpp | 164 void operator()(_Tag, void* __storage, _As&&... __as) const in operator ()() 166 return __fn_(__storage, static_cast<_As&&>(__as)...); in operator ()() 177 return __fn_(__storage, static_cast<_As&&>(__as)...); in operator ()() 189 return +[](void* __storage, _As... __as) -> void { in __anon1bf2f58b0702() 200 return +[](void* __storage, _As... __as) noexcept -> void { in __anon1bf2f58b0802() 213 void operator()(__mtype<_Tp>, _Storage& __storage) noexcept in operator ()() 217 stdexec::tag_invoke(__delete_t{}, __mtype<_Tp>{}, __storage); in operator ()() 299 struct __storage struct 500 using __id = __storage; 719 using __unique_storage_t = __t<__storage<_VTable, _Allocator>>; [all …]
|