Home
last modified time | relevance | path

Searched refs:__impl (Results 1 – 11 of 11) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__just.hpp35 struct __impl : __sexpr_defaults struct
103 struct __sexpr_impl<just_t> : __just::__impl<just_t>
107 struct __sexpr_impl<just_error_t> : __just::__impl<just_error_t>
111 struct __sexpr_impl<just_stopped_t> : __just::__impl<just_stopped_t>
H A D__basic_sender.hpp379 struct __impl struct
395 __nothrow_callable<__impl, __indices_for<_Child...>, _Child...>) in operator ()()
396 -> __call_result_t<__impl, __indices_for<_Child...>, _Child...> in operator ()()
398 return __impl{__op_}(__indices_for<_Child...>(), in operator ()()
587 using __impl = __sexpr_impl<__meval<__msecond, _Self, __tag_t>>; typedef
595 __detail::__drop_front(__impl<_Self>::get_attrs)); in get_env()
602 __result_of<__impl<_Self>::get_completion_signatures, in get_completion_signatures()
612 noexcept(__noexcept_of<__impl<_Self>::connect, _Self, _Receiver>) // in connect()
614 __result_of<__impl<_Self>::connect, _Self, _Receiver>> in connect()
616 return __impl<_Self>::connect(static_cast<_Self&&>(__self), in connect()
H A D__meta.hpp1214 struct __impl;
1217 struct __impl<__indices<_Idx...>> struct
1225 using __f = __minvoke<__impl<__make_indices<sizeof...(_Ts) - 1>>, _Ts...>;
1276 static constexpr auto __impl(__indices<_Is...>) noexcept in __impl() function
1286 return __impl(__make_indices<_Np>())(static_cast<_Ts&&>(__ts)...); in operator ()()
1394 struct __impl struct
1422 __callable<__impl,
1427 __impl, __make_indices<sizeof...(_Ts) - __offset - 1>, _Ts...>) in operator ()()
1431 __impl, __make_indices<sizeof...(_Ts) - __offset - 1>, _Ts...>> in operator ()()
1433 return __impl()(__make_indices<sizeof...(_Ts) - __offset - 1>(), in operator ()()
H A D__senders.hpp95 static auto __impl() in __impl() function
178 -> decltype(__impl<_Sender, _Env...>()()) in operator ()()
H A D__sync_wait.hpp338 struct __impl;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp34 struct __impl;
46 const __impl* __scope_;
55 struct __impl struct
62 ~__impl() in ~__impl() argument
82 explicit __t(const __impl* __scope, _Constrained&& __sndr, in __t()
147 const __impl* __scope_;
163 const __impl* __scope_;
179 static void __complete(const __impl* __scope) noexcept in __complete()
257 explicit __t(const __impl* __scope, _Sender&& __c, _Rcvr&& __rcvr) : in __t()
286 const __impl* __scope_;
[all …]
H A Dcoroutine.hpp128 inline __coro::coroutine_handle<> __impl(__coro::coroutine_handle<> __destroy, in __impl() function
140 (::stdexec::__destroy_and_continue_msvc::__impl(__destroy, __continue))
H A Dfunctional.hpp266 constexpr auto __impl(__indices<_Is...>, _Fn&& __fn, _Tup&& __tup) // in __impl() function
281 using __result_t = decltype(__apply_::__impl(
292 noexcept(__apply_::__impl(__apply_::__tuple_indices<_Tup>(),
307 return __apply_::__impl(__apply_::__tuple_indices<_Tup>(), in operator ()()
H A Dat_coroutine_exit.hpp287 static auto __impl(_Action __action, _Ts... __ts) -> __task<_Ts...> in __impl() function
297 return __impl(static_cast<_Action&&>(__action), in operator ()()
H A Dsequence_senders.hpp183 static auto __impl() in __impl() function
228 -> decltype(__impl<_Sender, _Env>()())
/openbmc/openbmc/poky/meta/lib/oe/
H A Dnpm_registry.py116 self.__impl = None
120 self.__impl = ManifestImpl(self.__base, self.__spec)
121 return self.__impl