Searched refs:__action (Results 1 – 3 of 3) sorted by relevance
287 static auto __impl(_Action __action, _Ts... __ts) -> __task<_Ts...> in __impl()289 co_await static_cast<_Action&&>(__action)(static_cast<_Ts&&>(__ts)...); in __impl() local295 auto operator()(_Action&& __action, _Ts&&... __ts) const -> __task<_Ts...> in operator ()()297 return __impl(static_cast<_Action&&>(__action), in operator ()()
29 #define INIT_PORT_DCB_CMD(__pcmd, __port, __op, __action) \ argument38 cpu_to_be32(FW_PORT_CMD_ACTION_V(__action) | \
78 extern int hsearch_r(ENTRY __item, ACTION __action, ENTRY ** __retval,