Home
last modified time | relevance | path

Searched refs:__query (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__read_env.hpp64 using __query = _Tag; typedef
73 using __query = _Tag; typedef
99 using __query = __data_of<_Self>; typedef
100 using __result = __call_result_t<__query, env_of_t<_Receiver>>;
101 return __state<__query, __result>();
107 using __query = typename _State::__query; typedef
114 __query(), stdexec::get_env(__rcvr));
119 __nothrow_callable<__query, env_of_t<_Receiver>>;
123 return __query()(stdexec::get_env(__rcvr)); in __anona47160310102()
H A D__env.hpp41 struct __query struct
60 consteval auto operator()(_Query __query) const noexcept -> bool in operator ()()
98 constexpr auto operator()(_Query __query, _Queryable&& __queryable, in operator ()()
103 return static_cast<_Query&&>(__query)( in operator ()()
129 __query<get_forward_progress_guarantee_t>
150 __query<__has_algorithm_customizations_t>
179 struct get_scheduler_t : __query<get_scheduler_t>
195 struct get_delegatee_scheduler_t : __query<get_delegatee_scheduler_t>
211 struct get_allocator_t : __query<get_allocator_t>
233 struct get_stop_token_t : __query<get_stop_token_t>
[all …]