Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__receiver_ref.hpp102 __vtable_{&__any_::__receiver_vtable_for_v<_OpState, _GetEnv,
109 return __vtable_->__get_env(__op_state_); in get_env()
115 (*__vtable_)(__op_state_, set_value_t(), static_cast<_As&&>(__as)...); in set_value()
121 (*__vtable_)(__op_state_, set_error_t(), static_cast<_Error&&>(__err)); in set_error()
126 (*__vtable_)(__op_state_, set_stopped_t()); in set_stopped()
130 const __receiver_vtable_for<_Sigs, _Env>* __vtable_; member in stdexec::__any_::__receiver_ref
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp337 __t(_Tp&& __object) : __vtable_{__get_vtable_of_type<_Tp>()} in __t()
354 __vtable_{__get_vtable_of_type<_Tp>()} in __t()
373 (*__vtable_)(__delete, this); in __reset()
375 __vtable_ = in __reset()
381 return __vtable_; in __get_vtable()
449 const __vtable_t* __vtable_{ member in exec::__any::__immovable_storage::__t
507 __t(_Tp&& __object) : __vtable_{__get_vtable_of_type<_Tp>()} in __t()
523 __vtable_{__get_vtable_of_type<_Tp>()} in __t()
538 (*__other.__vtable_)(__copy_construct, this, __other); in __t()
553 (*__other.__vtable_)(__move_construct, this, in __t()
[all …]