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.hpp903 &__impl_, static_cast<_Constrained&&>(__c)}; in when_empty()
917 return nest_result_t<_Constrained>{&__impl_, in nest()
931 static_cast<_Env&&>(__env), &__impl_});
942 static_cast<_Env&&>(__env), &__impl_);
949 return __impl_.__stop_source_; in get_stop_source()
954 return __impl_.__stop_source_.get_token(); in get_stop_token()
959 return __impl_.__stop_source_.request_stop(); in request_stop()
963 __impl __impl_; member
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__basic_sender.hpp39 using __impl_of = decltype((__declval<_Sender>().__impl_));
504 mutable __captures_t __impl_; member
509 __impl_(__detail::__captures(_Tag(), static_cast<_Data&&>(__data), in __sexpr()
555 return static_cast<_Sender&&>(__sndr).__impl_( in apply()
570 return __self.__impl_(__copy_cvref_fn<_Self>(), in get()