Lines Matching refs:__base
337 using __base = __optional_destruct_base<_Tp>;
339 using __base::__base;
649 using __base = __optional_move_assign_base<_Tp>;
762 : __base(in_place, _VSTD::forward<_Args>(__args)...) {}
769 : __base(in_place, __il, _VSTD::forward<_Args>(__args)...) {}
776 : __base(in_place, _VSTD::forward<_Up>(__v)) {}
783 : __base(in_place, _VSTD::forward<_Up>(__v)) {}
825 …: __base(__optional_construct_from_invoke_tag{}, _VSTD::forward<_Fp>(__f), _VSTD::forward<_Args>(_…
1000 using __base::has_value;
1001 using __base::__get;
1189 using __base::reset;