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.hpp313 struct __impl struct
329 __nothrow_callable<__impl, __indices_for<_Child...>, _Child...>) in operator ()()
330 -> __call_result_t<__impl, __indices_for<_Child...>, _Child...> in operator ()()
332 return __impl{__op_}(__indices_for<_Child...>(), in operator ()()
514 using __impl = __sexpr_impl<__meval<__msecond, _Self, __tag_t>>; typedef
522 __detail::__drop_front(__impl<_Self>::get_attrs)); in get_env()
529 __result_of<__impl<_Self>::get_completion_signatures, in get_completion_signatures()
539 noexcept(__noexcept_of<__impl<_Self>::connect, _Self, _Receiver>) // in connect()
541 __result_of<__impl<_Self>::connect, _Self, _Receiver>> in connect()
543 return __impl<_Self>::connect(static_cast<_Self&&>(__self), in connect()
H A D__meta.hpp1149 struct __impl;
1152 struct __impl<__indices<_Idx...>> struct
1160 using __f = __minvoke<__impl<__make_indices<sizeof...(_Ts) - 1>>, _Ts...>;
1211 static constexpr auto __impl(__indices<_Is...>) noexcept in __impl() function
1221 return __impl(__make_indices<_Np>())(static_cast<_Ts&&>(__ts)...); in operator ()()
1330 struct __impl struct
1359 __callable<__impl,
1364 __impl, __make_indices<sizeof...(_Ts) - __offset - 1>, _Ts...>) in operator ()()
1368 __impl, __make_indices<sizeof...(_Ts) - __offset - 1>, _Ts...>> in operator ()()
1370 return __impl()(__make_indices<sizeof...(_Ts) - __offset - 1>(), in operator ()()
H A D__senders.hpp94 static auto __impl() in __impl() function
177 -> decltype(__impl<_Sender, _Env...>()()) in operator ()()
H A D__sync_wait.hpp337 struct __impl;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp33 struct __impl;
45 const __impl* __scope_;
54 struct __impl struct
61 ~__impl() in ~__impl() argument
146 const __impl* __scope_;
162 const __impl* __scope_;
178 static void __complete(const __impl* __scope) noexcept in __complete()
285 const __impl* __scope_;
560 __future_state_base(_Env __env, const __impl* __scope) : in __future_state_base()
615 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.hpp264 constexpr auto __impl(__indices<_Is...>, _Fn&& __fn, _Tup&& __tup) // in __impl() function
279 using __result_t = decltype(__apply_::__impl(
290 noexcept(__apply_::__impl(__apply_::__tuple_indices<_Tup>(),
305 return __apply_::__impl(__apply_::__tuple_indices<_Tup>(), in operator ()()
H A Dat_coroutine_exit.hpp275 static auto __impl(_Action __action, _Ts... __ts) -> __task<_Ts...> in __impl() function
285 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