Home
last modified time | relevance | path

Searched refs:__operation_base (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__connect_awaitable.hpp60 struct __operation_base struct
64 explicit __operation_base(__coro::coroutine_handle<> __hcoro) noexcept : in __operation_base() function
68 __operation_base(__operation_base&& __other) noexcept : in __operation_base() function
72 ~__operation_base() in ~__operation_base() argument
104 struct __t : __operation_base
107 using __operation_base::__operation_base;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp988 struct __operation_base struct
1010 __operation_base<_Receiver>* __op_;
1064 class __t : public __operation_base<_Receiver>
1071 __operation_base<_Receiver>{static_cast<_Receiver&&>(__receiver)}, in __t()