Home
last modified time | relevance | path

Searched refs:_Result (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__senders.hpp109 using _Result = __member_alias_t<_TfxSender>; in __impl() typedef
110 return static_cast<_Result (*)()>(nullptr); in __impl()
115 return static_cast<_Result (*)()>(nullptr); in __impl()
120 return static_cast<_Result (*)()>(nullptr); in __impl()
126 return static_cast<_Result (*)()>(nullptr); in __impl()
133 return static_cast<_Result (*)()>(nullptr); in __impl()
142 using _Result = completion_signatures< in __impl() typedef
146 return static_cast<_Result (*)()>(nullptr); in __impl()
168 return static_cast<_Result (*)()>(nullptr); in __impl()
269 using _Result = in __select_impl() typedef
[all …]
H A D__as_awaitable.hpp233 using _Result = tag_invoke_result_t<as_awaitable_t, _Tp, _Promise&>; in __select_impl_() typedef
236 return static_cast<_Result (*)() noexcept(_Nothrow)>(nullptr); in __select_impl_()
241 using _Result = _Tp&&; in __select_impl_() typedef
242 return static_cast<_Result (*)() noexcept>(nullptr); in __select_impl_()
246 using _Result = __sender_awaitable_t<_Promise, _Tp>; in __select_impl_() typedef
248 _Result, _Tp, __coro::coroutine_handle<_Promise>>; in __select_impl_()
249 return static_cast<_Result (*)() noexcept(_Nothrow)>(nullptr); in __select_impl_()
253 using _Result = _Tp&&; in __select_impl_() typedef
254 return static_cast<_Result (*)() noexcept>(nullptr); in __select_impl_()
268 using _Result = tag_invoke_result_t<as_awaitable_t, _Tp, _Promise&>; in operator ()() typedef
[all …]
H A D__env.hpp309 using _Result = in operator ()() typedef
311 static_assert(__same_as<decltype(__v<_Result>), const bool>); in operator ()()
312 return _Result(); in operator ()()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dsequence_senders.hpp191 using _Result = in __impl() typedef
193 return static_cast<_Result (*)()>(nullptr); in __impl()
197 using _Result = __member_alias_t<_TfxSender, _Env>; in __impl() typedef
198 return static_cast<_Result (*)()>(nullptr); in __impl()
204 using _Result = item_types<stdexec::__decay_t<_TfxSender>>; in __impl() typedef
205 return static_cast<_Result (*)()>(nullptr); in __impl()
219 using _Result = in __impl() typedef
222 return static_cast<_Result (*)()>(nullptr); in __impl()
386 using _Result = in __select_impl() typedef
392 return static_cast<_Result (*)() noexcept(_Nothrow)>(nullptr); in __select_impl()
[all …]