Home
last modified time | relevance | path

Searched defs:__box (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__shared.hpp165 auto __box = __sndr.apply(static_cast<_CvrefSender&&>(__sndr), __detail::__get_data()); in __get_sh_state() local
397 struct __box { struct
398 using __tag_t = __if_c<_Copyable, __split::__split_t, __ensure_started::__ensure_started_t>;
399 using __sh_state_t = __shared_state<_CvrefSender, _Env>;
401 __box(__tag_t, __sh_state_t* __sh_state) noexcept in __box() argument
405 __box(__box&& __other) noexcept in __box() argument
409 __box(const __box& __other) noexcept in __box() function
415 ~__box() { in ~__box()
421 __sh_state_t* __sh_state_;
H A D__tuple.hpp41 struct __box { struct
43 _Ty __value;
55 struct __box<_Ty, _Idx> { struct
58 constexpr __box(__not_decays_to<__box> auto &&) noexcept { in __box() argument
61 static constexpr _Ty &__value = __tup::__value<_Ty>;