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__env.hpp40 struct __query struct
53 constexpr auto operator()(_Query __query) const noexcept -> bool in operator ()()
57 return tag_invoke(*this, static_cast<_Query&&>(__query)); in operator ()()
81 constexpr auto operator()(_Query __query, _Queryable&& __queryable, in operator ()()
86 return static_cast<_Query&&>(__query)( in operator ()()
112 __query<get_forward_progress_guarantee_t>
132 __query<__has_algorithm_customizations_t>
161 struct get_scheduler_t : __query<get_scheduler_t>
178 struct get_delegatee_scheduler_t : __query<get_delegatee_scheduler_t>
196 struct get_allocator_t : __query<get_allocator_t>
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dexecution.hpp6071 using __query = _Tag; typedef
6080 using __query = _Tag; typedef
6112 using __query = __data_of<_Self>; typedef
6113 using __result = __call_result_t<__query, env_of_t<_Receiver>>;
6114 return __state<__query, __result>();
6120 using __query = typename _State::__query; typedef
6126 stdexec::__set_value_invoke(std::move(__rcvr), __query(),
6132 __nothrow_callable<__query, env_of_t<_Receiver>>;
6135 return __query()(stdexec::get_env(__rcvr)); in __anon996f5b231102()