/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __receivers.hpp | 67 struct set_error_t struct 73 template <__same_as<set_error_t> _Self, class _Receiver, class _Error> 92 requires tag_invocable<set_error_t, _Receiver, _Error> 96 static_assert(nothrow_tag_invocable<set_error_t, _Receiver, _Error>); in operator ()() 97 (void)tag_invoke(stdexec::set_error_t{}, in operator ()() 135 using __rcvrs::set_error_t; 139 inline constexpr set_error_t set_error{};
|
H A D | __shared.hpp | 206 __sh_state_->__complete(set_error_t(), in set_error() 244 __mbind_front_q<__decayed_tuple, set_error_t>::__f, 245 __tuple_for<set_error_t, std::exception_ptr>, 248 __tuple_for<set_error_t, std::exception_ptr>>; 376 using __tuple_t = __decayed_tuple<set_error_t, std::exception_ptr>; in __complete() 427 completion_signatures<set_error_t( 433 _Cvref, __mcompose<__q<completion_signatures>, __qf<set_error_t>>>>;
|
H A D | __execution_fwd.hpp | 34 struct set_error_t; 38 using __rcvrs::set_error_t; 42 extern const set_error_t set_error; 47 __one_of<_Tag, set_value_t, set_error_t, set_stopped_t>;
|
H A D | __stopped_as_optional.hpp | 64 using __set_error_t = completion_signatures<set_error_t(_Ty)>; 70 completion_signatures<set_error_t(std::exception_ptr)>, 105 else if constexpr (__same_as<_Tag, set_error_t>)
|
H A D | __transform_completion_signatures.hpp | 149 auto __transform_sig(set_error_t (*)(_Error)) -> _SetErr<_Error>; 197 _Sigs, _Then, __mbind_front_q<_Else, set_error_t>::template __f, 202 struct __gather_sigs_fn<set_error_t> 220 __mbind_front_q<_Else, set_error_t>::template __f, _Then<>, _Variant, 228 using __default_set_error = completion_signatures<set_error_t(_Error...)>; 337 completion_signatures<set_error_t(std::exception_ptr)>; 402 __gather_completions<set_error_t, _Sigs, __q<__midentity>, _Variant>;
|
H A D | __upon_error.hpp | 44 __with_error_invoke_t<__on_not_callable, set_error_t, _Fun, 95 if constexpr (__same_as<_Tag, set_error_t>)
|
H A D | __completion_signatures.hpp | 34 inline constexpr bool __is_compl_sig<set_error_t(_Error)> = true;
|
H A D | __p2300.hpp | 138 using set_error_t STDEXEC_STD_DEPRECATED = stdexec::set_error_t; typedef 143 inline constexpr stdexec::set_error_t set_error{};
|
H A D | __just.hpp | 73 using __tag_t = set_error_t;
|
H A D | __into_variant.hpp | 53 set_error_t(std::exception_ptr)>;
|
H A D | __cpo.hpp | 134 using stdexec::set_error_t;
|
H A D | __senders.hpp | 146 set_error_t(std::exception_ptr), set_stopped_t()>; in __impl() 412 __completion_signatures_of_t<_Sender, _Env>, set_error_t,
|
H A D | __receiver_ref.hpp | 121 (*__vtable_)(__op_state_, set_error_t(), static_cast<_Error&&>(__err)); in set_error()
|
H A D | __read_env.hpp | 59 set_error_t(std::exception_ptr)>>;
|
H A D | __connect_awaitable.hpp | 242 set_error_t(std::exception_ptr), set_stopped_t()>;
|
H A D | __run_loop.hpp | 120 set_value_t(), set_error_t(std::exception_ptr),
|
H A D | __receiver_adaptor.hpp | 163 requires __callable<set_error_t, __base_t<_Self>, _Error>
|
H A D | __debug.hpp | 93 requires __one_of<set_error_t (*)(_Error&&), _Sigs...>
|
H A D | __when_all.hpp | 101 using __set_error_t = completion_signatures<set_error_t(__decay_t<_Error>)>; 394 if constexpr (__same_as<_Set, set_error_t>)
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | async_scope.hpp | 211 requires __callable<set_error_t, _Receiver, _Error> 517 using __decay_error_t = completion_signatures<set_error_t(__decay_t<_Ty>)>; 523 completion_signatures<set_stopped_t(), set_error_t(std::exception_ptr)>, 655 using _Tuple = std::tuple<set_error_t, std::exception_ptr>; in __save_completion() 657 set_error_t(), std::current_exception()); in __save_completion() 675 __save_completion(set_error_t(), static_cast<_Error&&>(__err)); in set_error()
|
H A D | at_coroutine_exit.hpp | 36 completion_signatures<set_error_t(std::exception_ptr), 60 requires __callable<set_error_t, _Receiver, _Error>
|
H A D | any_sender_of.hpp | 838 requires __one_of<set_error_t(_Error), _Sigs...> 841 const __any_::__rcvr_vfun<set_error_t(_Error)>* __vfun = in set_error() 927 requires __one_of<set_error_t(_Error), _Sigs...> 930 const __any_::__rcvr_vfun<set_error_t(_Error)>* __vfun = in set_error() 1032 requires __callable<set_error_t, _Receiver, _Error> 1421 requires stdexec::tag_invocable<stdexec::set_error_t, __receiver_base,
|
H A D | task.hpp | 44 completion_signatures<set_error_t(std::exception_ptr), 564 set_error_t(std::exception_ptr), set_stopped_t()>;
|
H A D | env.hpp | 141 set_error_t(std::exception_ptr)>;
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | timer.hpp | 92 execution::set_error_t(std::exception_ptr),
|