Lines Matching refs:base_
504 base base_;
523 : base_(typename __make_tuple_indices<sizeof...(_Tp)>::type(),
533 : base_(allocator_arg_t(), __a,
573 : base_(typename __make_tuple_indices<sizeof...(_Up)>::type(),
620 : base_(typename __make_tuple_indices<sizeof...(_Up)>::type(),
648 : base_(allocator_arg_t(), __a,
664 : base_(_VSTD::forward<_Tuple>(__t)) {}
677 : base_(_VSTD::forward<_Tuple>(__t)) {}
687 : base_(allocator_arg_t(), __a, _VSTD::forward<_Tuple>(__t)) {}
699 base_.operator=(_VSTD::forward<_Tuple>(__t));
705 {base_.swap(__t.base_);}
749 return static_cast<__tuple_leaf<_Ip, type>&>(__t.base_).get();
758 return static_cast<const __tuple_leaf<_Ip, type>&>(__t.base_).get();
768 static_cast<__tuple_leaf<_Ip, type>&&>(__t.base_).get());