Lines Matching refs:in_place

266         : __union_(in_place, __tag, std::forward<_Args>(__args)...), __has_val_(true) {}
270 : __union_(in_place, __tag, std::forward<_Args>(__args)...), __has_val_(false) {}
275 : __union_(in_place, __tag, std::forward<_Args>(__args)...), __has_val_(true) {}
280 : __union_(in_place, __tag, std::forward<_Args>(__args)...), __has_val_(false) {}
339 std::construct_at(&__union_.__v, in_place, std::forward<_Args>(__args)...);
370 return __union_t(in_place, std::forward<_OtherUnion>(__other).__val_);
384 return __repr(in_place, std::forward<_OtherUnion>(__other).__val_);
392 : __repr_(in_place, std::forward<_Args>(__args)...) {}
478 : __base(in_place) {}
559 : __base(in_place, std::forward<_Up>(__u)) {}
577 : __base(in_place, std::forward<_Args>(__args)...) {}
583 : __base(in_place, __il, std::forward<_Args>(__args)...) {}
718 this->__construct(in_place, std::forward<_Args>(__args)...);
726 this->__construct(in_place, __il, std::forward<_Args>(__args)...);
744 __with_err.__construct(in_place, std::move(__with_val.__val()));
754 …auto __trans = std::__make_exception_guard([&] { __with_val.__construct(in_place, std::move(__tmp)…
758 __with_err.__construct(in_place, std::move(__tmp));
979 return _Gp(in_place, this->__val());
992 return _Gp(in_place, this->__val());
1006 return _Gp(in_place, std::move(this->__val()));
1020 return _Gp(in_place, std::move(this->__val()));
1096 return expected<_Tp, _Gp>(in_place, this->__val());
1108 return expected<_Tp, _Gp>(in_place, this->__val());
1120 return expected<_Tp, _Gp>(in_place, std::move(this->__val()));
1133 return expected<_Tp, _Gp>(in_place, std::move(this->__val()));
1215 …_LIBCPP_HIDE_FROM_ABI constexpr explicit __repr(in_place_t __tag) : __union_(in_place, __tag), __h…
1219 : __union_(in_place, __tag, std::forward<_Args>(__args)...), __has_val_(false) {}
1224 : __union_(in_place, __tag, std::forward<_Args>(__args)...), __has_val_(false) {}
1271 std::construct_at(&__union_.__v, in_place);
1299 return __union_t(in_place);
1313 return __repr(in_place);
1321 : __repr_(in_place, std::forward<_Args>(__args)...) {}
1384 _LIBCPP_HIDE_FROM_ABI constexpr expected() noexcept : __base(in_place) {}
1430 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(in_place_t) noexcept : __base(in_place) {}
1461 auto __trans = std::__make_exception_guard([&] { this->__construct(in_place); });
1470 this->__construct(in_place);
1487 __reinit_expected(in_place);
1507 __reinit_expected(in_place);
1539 __reinit_expected(in_place);
1552 __with_err.__reinit_expected(in_place);