Home
last modified time | relevance | path

Searched refs:__impl_ (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp873 &__impl_, static_cast<_Constrained&&>(__c)}; in when_empty()
887 return nest_result_t<_Constrained>{&__impl_, in nest()
901 static_cast<_Env&&>(__env), &__impl_});
912 static_cast<_Env&&>(__env), &__impl_);
919 return __impl_.__stop_source_; in get_stop_source()
924 return __impl_.__stop_source_.get_token(); in get_stop_token()
929 return __impl_.__stop_source_.request_stop(); in request_stop()
933 __impl __impl_; member
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__basic_sender.hpp38 using __impl_of = decltype((__declval<_Sender>().__impl_));
556 mutable __captures_t __impl_; member
561 __impl_(__detail::__captures(_Tag(), static_cast<_Data&&>(__data), in __sexpr()
617 return static_cast<_Sender&&>(__sndr).__impl_( in STDEXEC_DEFINE_EXPLICIT_THIS_MEMFN()
632 return __self.__impl_(__copy_cvref_fn<_Self>(), in get()