Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__variant.hpp82 alignas(_Ts...) unsigned char __storage_[__max_size];
115 return __storage_; in __get_ptr()
139 ::new (__storage_) _Ty{static_cast<_As&&>(__as)...}; in emplace()
141 return *std::launder(reinterpret_cast<_Ty*>(__storage_)); in emplace()
152 ::new (__storage_) __at<_Ny>{static_cast<_As&&>(__as)...}; in emplace()
154 return *std::launder(reinterpret_cast<__at<_Ny>*>(__storage_)); in emplace()
166 ::new (__storage_) in emplace_from_at()
169 return *std::launder(reinterpret_cast<__at<_Ny>*>(__storage_)); in emplace_from_at()
208 *reinterpret_cast<__at<_Ny>*>(__storage_)); in get()
216 return *reinterpret_cast<__at<_Ny>*>(__storage_); in get()
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp1072 __rec_{this}, __storage_{__sender.__connect(__rec_)}
1080 STDEXEC_ASSERT(__storage_.__get_vtable()->__start_); in start()
1081 __storage_.__get_vtable()->__start_( in start()
1082 __storage_.__get_object_pointer()); in start()
1087 __immovable_operation_storage __storage_{}; member in exec::__any::__operation::__t
1104 __storage_{__sender.__connect(__rec_)}
1109 STDEXEC_ASSERT(__storage_.__get_vtable()->__start_); in start()
1110 __storage_.__get_vtable()->__start_( in start()
1111 __storage_.__get_object_pointer()); in start()
1117 __immovable_operation_storage __storage_{}; member in exec::__any::__operation::__t
[all …]