Searched refs:__query (Results 1 – 2 of 2) sorted by relevance
64 using __query = _Tag; typedef73 using __query = _Tag; typedef99 using __query = __data_of<_Self>; typedef100 using __result = __call_result_t<__query, env_of_t<_Receiver>>;101 return __state<__query, __result>();107 using __query = typename _State::__query; typedef114 __query(), stdexec::get_env(__rcvr));119 __nothrow_callable<__query, env_of_t<_Receiver>>;123 return __query()(stdexec::get_env(__rcvr)); in __anona47160310102()
41 struct __query struct60 consteval auto operator()(_Query __query) const noexcept -> bool in operator ()()73 return tag_invoke(*this, static_cast<_Query&&>(__query)); in operator ()()98 constexpr auto operator()(_Query __query, _Queryable&& __queryable, in operator ()()103 return static_cast<_Query&&>(__query)( in operator ()()108 struct execute_may_block_caller_t : __query<execute_may_block_caller_t>129 __query<get_forward_progress_guarantee_t>150 __query<__has_algorithm_customizations_t>179 struct get_scheduler_t : __query<get_scheduler_t>198 struct get_delegation_scheduler_t : __query<get_delegation_scheduler_t>[all …]