Home
last modified time | relevance | path

Searched refs:__optional (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__optional.hpp47 struct __optional struct
58 __optional() noexcept {} in __optional() argument
60 __optional(__nullopt_t) noexcept {} in __optional() function
62 __optional(__optional&&) = delete; // immovable for simplicity's sake
64 template <__not_decays_to<__optional> _Up>
66 __optional(_Up&& __v) : __value(static_cast<_Up&&>(__v)), __has_value(true) in __optional() function
71 __optional(std::in_place_t, _Us&&... __us) : in __optional() function
75 ~__optional() in ~__optional() argument
169 using __opt::__optional;
H A D__read_env.hpp66 __optional<_Ty> __result_;
H A D__when_all.hpp171 value_types_of_t<_Sender, __env_t<_Env>, __decayed_tuple, __optional>;
252 __optional<__stop_callback_t> __on_stop_{};
H A D__shared.hpp179 __optional<stop_callback_for_t<__stok_t, __local_state&>> __on_stop_{};
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp474 __optional<__promise_context_t> __context_{};
482 __optional<awaiter_context_t<__promise, _ParentPromise>> __context_{};