Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp33 struct __impl;
38 const __impl* __scope_;
47 struct __impl struct
54 ~__impl() in ~__impl() argument
150 const __impl* __scope_;
166 const __impl* __scope_;
182 static void __complete(const __impl* __scope) noexcept in __complete()
274 const __impl* __scope_;
560 __future_state_base(_Env __env, const __impl* __scope) : in __future_state_base()
615 const __impl* __scope_;
[all …]
H A Dfunctional.hpp316 constexpr auto __impl(__indices<_Is...>, _Fn&& __fn, _Tup&& __tup) noexcept( in __impl() function
331 using __result_t = decltype(__apply_::__impl(
340 && noexcept(__apply_::__impl(__apply_::__tuple_indices<_Tup>(),
355 return __apply_::__impl(__apply_::__tuple_indices<_Tup>(), in operator ()()
H A Dat_coroutine_exit.hpp278 static auto __impl(_Action __action, _Ts... __ts) -> __task<_Ts...> in __impl() function
288 return __impl(static_cast<_Action&&>(__action), in operator ()()
H A Dsequence_senders.hpp189 static auto __impl() in __impl() function
234 -> decltype(__impl<_Sender, _Env>()()) in operator ()()
H A Dexecution.hpp836 static auto __impl() in __impl() function
895 -> decltype(__impl<_Sender, _Env>()()) in operator ()()
2396 struct __impl : __sexpr_defaults struct
2463 struct __sexpr_impl<just_t> : __just::__impl<just_t>
2467 struct __sexpr_impl<just_error_t> : __just::__impl<just_error_t>
2471 struct __sexpr_impl<just_stopped_t> : __just::__impl<just_stopped_t>
6676 struct __impl;
6852 inline __coro::coroutine_handle<> __impl(__coro::coroutine_handle<> __destroy, in __impl() function
6864 (::stdexec::__destroy_and_continue_msvc::__impl(__destroy, __continue))
/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
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__basic_sender.hpp362 struct __impl struct
379 -> __call_result_t<__impl, __indices_for<_Child...>, _Tag, _Data, in operator ()()
382 return __impl{__op_}(__indices_for<_Child...>(), _Tag(), in operator ()()
566 using __impl = __sexpr_impl<__meval<__msecond, _Tag, __tag_t>>; typedef
576 __detail::__drop_front(__impl<_Tag>::get_attrs)); in tag_invoke()
586 __result_of<__impl<_Tag>::get_completion_signatures, _Self, _Env>> in tag_invoke()
596 noexcept(noexcept(__impl<_Tag>::connect( in tag_invoke()
600 __result_of<__impl<_Tag>::connect, _Self, _Receiver>> in tag_invoke()
602 return __impl<_Tag>::connect(static_cast<_Self&&>(__self), in tag_invoke()
H A D__meta.hpp1041 struct __impl;
1044 struct __impl<__indices<_Idx...>> struct
1052 using __f = __minvoke<__impl<__make_indices<sizeof...(_Ts) - 1>>, _Ts...>;
1106 static constexpr auto __impl(__indices<_Is...>) noexcept in __impl() function
1116 return __impl(__make_indices<_Np>())(static_cast<_Ts&&>(__ts)...); in operator ()()
1223 struct __impl struct
1251 __callable<__impl,
1256 __impl, __make_indices<sizeof...(_Ts) - __offset - 1>, _Ts...>) in operator ()()
1260 __impl, __make_indices<sizeof...(_Ts) - __offset - 1>, _Ts...>> in operator ()()
1262 return __impl()(__make_indices<sizeof...(_Ts) - __offset - 1>(), in operator ()()