Searched defs:_Base (Results 26 - 31 of 31) sorted by relevance

12

/external/stlport/stlport/stl/
H A D_list.h258 typedef _STLP_PRIV _List_base<_Tp, _Alloc> _Base; typedef in class:list
271 typedef typename _Base::allocator_type allocator_type;
360 : _STLP_PRIV _List_base<_Tp, _Alloc>(__move_source<_Base>(src.get())) {}
H A D_slist.h226 typedef _STLP_PRIV _Slist_base<_Tp,_Alloc> _Base; typedef in class:slist
243 typedef typename _Base::allocator_type allocator_type;
277 allocator_type get_allocator() const { return _Base::get_allocator(); }
335 : _STLP_PRIV _Slist_base<_Tp, _Alloc>(__move_source<_Base>(src.get())) {}
H A D_string.h127 typedef _STLP_PRIV _String_base<_CharT,_Alloc> _Base; typedef in class:basic_string
138 typedef typename _Base::size_type size_type;
152 typedef typename _Base::allocator_type allocator_type;
161 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type(), _Base::_DEFAULT_SIZE)
165 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a, _Base::_DEFAULT_SIZE)
254 : _STLP_PRIV _String_base<_CharT,_Alloc>(__move_source<_Base>(src.get())) {}
402 size_type max_size() const { return _Base::max_size(); }
H A D_tree.h293 typedef _Rb_tree_base<_Value, _Alloc> _Base; typedef in class:_Rb_tree
310 typedef typename _Base::allocator_type allocator_type;
408 : _Rb_tree_base<_Value, _Alloc>(__move_source<_Base>(src.get())),
H A D_vector.h115 typedef _STLP_PRIV _Vector_base<_Tp, _Alloc> _Base; typedef in class:vector
119 typedef typename _Base::allocator_type allocator_type;
254 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__move_source<_Base>(src.get()))
H A D_rope.h874 typedef _Rope_iterator_base<_CharT,_Alloc> _Base; typedef in class:_Rope_const_iterator
903 _Base::operator=(__x);
968 typedef _Rope_iterator_base<_CharT,_Alloc> _Base; typedef in class:_Rope_iterator
1007 _Base::operator=(__x);

Completed in 100 milliseconds

12