Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__tuple.hpp119 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.hpp154 auto* const __self = static_cast<__local_state*>(__base); in __notify() local
277 if (auto* __self = __ptr.__release_()) in __detach() local
H A D__variant.hpp177 static void visit(_Fn&& __fn, _Self&& __self, _As&&... __as) // in visit()
H A D__basic_sender.hpp561 friend auto get(_Self&& __self) noexcept -> decltype(auto) in get()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp1355 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 Dasync_scope.hpp759 static auto connect(_Self&& __self, in connect()