Lines Matching refs:_Base
338 _Base; typedef
339 typedef typename _Base::allocator_type allocator_type;
341 : _Base(__size, __a) {} in _Rope_rep_base()
1228 _Base; typedef
1229 typedef typename _Base::allocator_type allocator_type;
1230 _Rope_base(_RopeRep* __t, const allocator_type& __a) : _Base(__t, __a) {} in _Rope_base()
1231 _Rope_base(const allocator_type& __a) : _Base(__a) {} in _Rope_base()
1284 typedef _Rope_base<_CharT,_Alloc> _Base;
1285 typedef typename _Base::allocator_type allocator_type;
1287 using _Base::_M_tree_ptr;
1547 : _Base(__t,__a) { }
1615 : _Base(__STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, _S_char_ptr_len(__s),
1621 : _Base(__STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __len, __a), __a)
1629 : _Base(__STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __e - __s, __a), __a)
1634 : _Base(_S_substring(__s._M_root, __s._M_current_pos,
1640 : _Base(_S_substring(__s._M_root, __s._M_current_pos,
1645 : _Base(__a)
1660 : _Base(0, __a) {}
1665 : _Base(__a)
1672 : _Base(__x._M_tree_ptr, __a)