Home
last modified time | relevance | path

Searched refs:set_error_t (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__receivers.hpp67 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.hpp206 __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.hpp34 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.hpp64 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.hpp149 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.hpp44 __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.hpp34 inline constexpr bool __is_compl_sig<set_error_t(_Error)> = true;
H A D__p2300.hpp138 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.hpp73 using __tag_t = set_error_t;
H A D__into_variant.hpp53 set_error_t(std::exception_ptr)>;
H A D__cpo.hpp134 using stdexec::set_error_t;
H A D__senders.hpp146 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.hpp121 (*__vtable_)(__op_state_, set_error_t(), static_cast<_Error&&>(__err)); in set_error()
H A D__read_env.hpp59 set_error_t(std::exception_ptr)>>;
H A D__connect_awaitable.hpp242 set_error_t(std::exception_ptr), set_stopped_t()>;
H A D__run_loop.hpp120 set_value_t(), set_error_t(std::exception_ptr),
H A D__receiver_adaptor.hpp163 requires __callable<set_error_t, __base_t<_Self>, _Error>
H A D__debug.hpp93 requires __one_of<set_error_t (*)(_Error&&), _Sigs...>
H A D__when_all.hpp101 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 Dasync_scope.hpp211 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 Dat_coroutine_exit.hpp36 completion_signatures<set_error_t(std::exception_ptr),
60 requires __callable<set_error_t, _Receiver, _Error>
H A Dany_sender_of.hpp838 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 Dtask.hpp44 completion_signatures<set_error_t(std::exception_ptr),
564 set_error_t(std::exception_ptr), set_stopped_t()>;
H A Denv.hpp141 set_error_t(std::exception_ptr)>;
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dtimer.hpp92 execution::set_error_t(std::exception_ptr),

12