Searched defs:__self (Results 1 – 6 of 6) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __tuple.hpp | 119 constexpr _Ty&& get(__box<_Ty, _Idx>&& __self) noexcept in get() 126 constexpr _Ty& get(__box<_Ty, _Idx>& __self) noexcept in get() 133 constexpr const _Ty& get(const __box<_Ty, _Idx>& __self) noexcept in get()
|
H A D | __shared.hpp | 154 auto* const __self = static_cast<__local_state*>(__base); in __notify() local 277 if (auto* __self = __ptr.__release_()) in __detach() local
|
H A D | __variant.hpp | 177 static void visit(_Fn&& __fn, _Self&& __self, _As&&... __as) // in visit()
|
H A D | __basic_sender.hpp | 561 friend auto get(_Self&& __self) noexcept -> decltype(auto) in get()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | any_sender_of.hpp | 1355 friend auto operator==(const __scheduler& __self, in operator ==() 1374 friend auto operator!=(const __scheduler& __self, in operator !=() 1454 friend auto tag_invoke(_Tag, Self&& __self, _As&&... __as) // in tag_invoke()
|
H A D | async_scope.hpp | 759 static auto connect(_Self&& __self, in connect()
|