Searched refs:__mstring (Results 1 – 11 of 11) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __diagnostics.hpp | 40 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.hpp | 178 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.hpp | 45 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.hpp | 213 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.hpp | 93 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.hpp | 36 inline constexpr __mstring __then_context =
|
H A D | __upon_error.hpp | 36 inline constexpr __mstring __upon_error_context =
|
H A D | __upon_stopped.hpp | 36 inline constexpr __mstring __upon_stopped_context =
|
H A D | __read_env.hpp | 44 inline constexpr __mstring __query_failed_diag =
|
H A D | __bulk.hpp | 40 inline constexpr __mstring __bulk_context =
|
H A D | __when_all.hpp | 85 __mstring _Context = "In stdexec::when_all()..."_mstr, 86 __mstring _Diagnostic =
|