Home
last modified time | relevance | path

Searched defs:__storage_vfun (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp160 struct __storage_vfun<_Tag(void (*)(_As...))> struct
162 void (*__fn_)(void*, _As...) = [](void*, _As...) {}; in __anon1bf2f58b0502()
164 void operator()(_Tag, void* __storage, _As&&... __as) const in operator ()()
171 struct __storage_vfun<_Tag(void (*)(_As...) noexcept)> struct
173 void (*__fn_)(void*, _As...) noexcept = [](void*, _As...) noexcept {}; in __anon1bf2f58b0602()
175 void operator()(_Tag, void* __storage, _As&&... __as) const noexcept in operator ()()