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.hpp213 struct __mstring struct
223 __mstring{__str, __make_indices<_Len>{}} in __mstring()
281 __mstring(const char (&__str)[_Len]) -> __mstring<_Len>;
284 __mstring(const char (&__str)[_Len], int) -> __mstring<__mpow2(_Len)>;
290 template <__mstring _Str>
298 template <__mstring _Str>
310 return __mstring{__FUNCSIG__, 0}; in STDEXEC_PRAGMA_POP()
312 return __mstring{__PRETTY_FUNCTION__, 0}; in STDEXEC_PRAGMA_POP()
328 template <__mstring... _What>
591 inline constexpr __mstring __mbad_substitution =
[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_error.hpp36 inline constexpr __mstring __upon_error_context =
H A D__upon_stopped.hpp36 inline constexpr __mstring __upon_stopped_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 =