Home
last modified time | relevance | path

Searched defs:__self (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__shared.hpp151 auto* const __self = static_cast<__local_state*>(__base); in __notify() local
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp1166 operator==(const __scheduler& __self, const __scheduler& __other) noexcept -> bool { in operator ==()
1180 operator!=(const __scheduler& __self, const __scheduler& __other) noexcept -> bool { in operator !=()
H A Dasync_scope.hpp657 static auto connect(_Self&& __self, _Receiver __rcvr) -> __future_op_t<_Receiver> { in connect()