Lines Matching refs:base_
490 base base_;
506 : base_(typename __make_tuple_indices<sizeof...(_Tp)>::type(),
516 : base_(allocator_arg_t(), __a,
550 : base_(typename __make_tuple_indices<sizeof...(_Up)>::type(),
591 : base_(typename __make_tuple_indices<sizeof...(_Up)>::type(),
613 : base_(allocator_arg_t(), __a,
629 : base_(_VSTD::forward<_Tuple>(__t)) {}
642 : base_(_VSTD::forward<_Tuple>(__t)) {}
652 : base_(allocator_arg_t(), __a, _VSTD::forward<_Tuple>(__t)) {}
664 base_.operator=(_VSTD::forward<_Tuple>(__t));
670 {base_.swap(__t.base_);}
714 return static_cast<__tuple_leaf<_Ip, type>&>(__t.base_).get();
723 return static_cast<const __tuple_leaf<_Ip, type>&>(__t.base_).get();
733 static_cast<__tuple_leaf<_Ip, type>&&>(__t.base_).get());