Home
last modified time | relevance | path

Searched refs:__mstring (Results 1 – 11 of 11) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__diagnostics.hpp40 inline constexpr __mstring __unrecognized_sender_type_diagnostic =
55 template <__mstring _Diagnostic = __errs::__unrecognized_sender_type_diagnostic>
90 inline constexpr __mstring __not_callable_diag =
93 template <__mstring _Context, __mstring _Diagnostic = __not_callable_diag>
104 template <__mstring _Context>
H A D__sync_wait.hpp178 inline constexpr __mstring __sync_wait_context_diag = //
180 inline constexpr __mstring __too_many_successful_completions_diag =
184 template <__mstring _Context, __mstring _Diagnostic>
187 template <__mstring _Diagnostic>
191 template <__mstring _Diagnostic, class _Sender, class _Env = __env>
221 constexpr __mstring __diag = in __diagnose_error()
233 constexpr __mstring __diag = in __diagnose_error()
240 constexpr __mstring __diag = "Unknown concept check failure."_mstr; in __diagnose_error()
H A D__on.hpp45 inline constexpr __mstring __on_context =
47 inline constexpr __mstring __no_scheduler_diag =
49 inline constexpr __mstring __no_scheduler_details =
52 template <__mstring _Context = __on_context,
53 __mstring _Diagnostic = __no_scheduler_diag,
54 __mstring _Details = __no_scheduler_details>
H A D__meta.hpp221 struct __mstring struct
225 constexpr __mstring(const char (&__str)[_Ny], __indices<_Is...>) noexcept : in __mstring() argument
230 constexpr __mstring(const char (&__str)[_Ny], int = 0) noexcept : in __mstring() function
231 __mstring{__str, __make_indices<_Len>{}} in __mstring()
235 constexpr __mstring(const char (&__str)[_Ny], int = 0) noexcept : __what_{}
249 constexpr auto operator==(const __mstring&) const noexcept
253 constexpr auto operator==(const __mstring<_OtherLen>&) const noexcept in operator ==() argument
260 constexpr auto operator<=>(const __mstring&) const noexcept
266 operator<=>(const __mstring<_OtherLen>& __other) const noexcept in operator <=>() argument
290 __mstring(const char (&__str)[_Len]) -> __mstring<_Len>;
[all …]
H A D__let.hpp93 inline constexpr __mstring __in_which_let_msg{
97 inline constexpr __mstring __in_which_let_msg<set_error_t>{
101 inline constexpr __mstring __in_which_let_msg<set_stopped_t>{
154 template <__mstring _Where, __mstring _What>
283 template <__mstring _Where, __mstring _What>
H A D__then.hpp36 inline constexpr __mstring __then_context =
H A D__upon_stopped.hpp36 inline constexpr __mstring __upon_stopped_context =
H A D__upon_error.hpp36 inline constexpr __mstring __upon_error_context =
H A D__read_env.hpp44 inline constexpr __mstring __query_failed_diag =
H A D__bulk.hpp40 inline constexpr __mstring __bulk_context =
H A D__when_all.hpp85 __mstring _Context = "In stdexec::when_all()..."_mstr,
86 __mstring _Diagnostic =