Lines Matching defs:expected
94 friend class expected; variable
105 _LIBCPP_HIDE_FROM_ABI constexpr expected() in expected() function
121 _LIBCPP_HIDE_FROM_ABI constexpr expected(const expected& __other) in expected() function
139 _LIBCPP_HIDE_FROM_ABI constexpr expected(expected&& __other) in expected() function
175 expected(const expected<_Up, _OtherErr>& __other) in expected() function
189 expected(expected<_Up, _OtherErr>&& __other) in expected() function
203 expected(_Up&& __u) in expected() function
213 expected(const unexpected<_OtherErr>& __unex) in expected() function
222 expected(unexpected<_OtherErr>&& __unex) in expected() function
230 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(in_place_t, _Args&&... __args) in expected() function
239 expected(in_place_t, initializer_list<_Up> __il, _Args&&... __args) in expected() function
247 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(unexpect_t, _Args&&... __args) in expected() function
256 expected(unexpect_t, initializer_list<_Up> __il, _Args&&... __args) in expected() function
657 friend class expected; variable
677 _LIBCPP_HIDE_FROM_ABI constexpr expected() noexcept : __has_val_(true) {} in expected() function
685 _LIBCPP_HIDE_FROM_ABI constexpr expected(const expected& __rhs) in expected() function
698 _LIBCPP_HIDE_FROM_ABI constexpr expected(expected&& __rhs) in expected() function
710 expected(const expected<_Up, _OtherErr>& __rhs) in expected() function
721 expected(expected<_Up, _OtherErr>&& __rhs) in expected() function
732 expected(const unexpected<_OtherErr>& __unex) in expected() function
741 expected(unexpected<_OtherErr>&& __unex) in expected() function
747 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(in_place_t) noexcept : __has_val_(true) {} in expected() function
751 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(unexpect_t, _Args&&... __args) in expected() function
759 …_LIBCPP_HIDE_FROM_ABI constexpr explicit expected(unexpect_t, initializer_list<_Up> __il, _Args&&.… in expected() function