Searched refs:__binder_back (Results 1 – 15 of 15) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __sender_adaptor_closure.hpp | 100 struct __binder_back : struct 102 sender_adaptor_closure<__binder_back<_Fun, _As...>> 114 __binder_back& __self_; 130 const __binder_back& __self_; 187 using __closure::__binder_back;
|
H A D | __stopped_as_error.hpp | 48 -> __binder_back<stopped_as_error_t, _Error> in operator ()()
|
H A D | __write_env.hpp | 45 auto operator()(_Env __env) const -> __binder_back<__write_env_t, _Env> in operator ()()
|
H A D | __split.hpp | 58 auto operator()() const noexcept -> __binder_back<split_t> in operator ()()
|
H A D | __then.hpp | 64 auto operator()(_Fun __fun) const -> __binder_back<then_t, _Fun> in operator ()()
|
H A D | __ensure_started.hpp | 66 auto operator()() const noexcept -> __binder_back<ensure_started_t> in operator ()()
|
H A D | __upon_stopped.hpp | 67 auto operator()(_Fun __fun) const -> __binder_back<upon_stopped_t, _Fun> in operator ()()
|
H A D | __into_variant.hpp | 74 auto operator()() const noexcept -> __binder_back<into_variant_t> in operator ()()
|
H A D | __upon_error.hpp | 66 auto operator()(_Fun __fun) const -> __binder_back<upon_error_t, _Fun> in operator ()()
|
H A D | __continues_on.hpp | 69 -> __binder_back<continues_on_t, __decay_t<_Scheduler>> in operator ()()
|
H A D | __stopped_as_optional.hpp | 50 auto operator()() const noexcept -> __binder_back<stopped_as_optional_t> in operator ()()
|
H A D | __continue_on.hpp | 69 -> __binder_back<continue_on_t, __decay_t<_Scheduler>> in operator ()()
|
H A D | __bulk.hpp | 95 -> __binder_back<bulk_t, _Shape, _Fun> in operator ()()
|
H A D | __on.hpp | 134 return __binder_back<on_t, __decay_t<_Scheduler>, __decay_t<_Closure>>{ in operator ()()
|
H A D | __let.hpp | 485 auto operator()(_Fun __fun) const -> __binder_back<__let_t, _Fun> in operator ()()
|