Home | History | Annotate | Download | only in ext

Lines Matching refs:__rc_string_base

48    *   [__rc_string_base<char_type>]        _M_capacity
61 * __rc_string_base::_M_rep(); and the allocation function which gets a
81 class __rc_string_base
296 __rc_string_base()
299 __rc_string_base(const _Alloc& __a);
301 __rc_string_base(const __rc_string_base& __rcs);
304 __rc_string_base(__rc_string_base&& __rcs)
309 __rc_string_base(size_type __n, _CharT __c, const _Alloc& __a);
312 __rc_string_base(_InputIterator __beg, _InputIterator __end,
315 ~__rc_string_base()
327 _M_swap(__rc_string_base& __rcs);
330 _M_assign(const __rc_string_base& __rcs);
347 _M_compare(const __rc_string_base&) const
352 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep_empty
353 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
356 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep*
357 __rc_string_base<_CharT, _Traits, _Alloc>::_Rep::
364 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
431 __rc_string_base<_CharT, _Traits, _Alloc>::_Rep::
441 __rc_string_base<_CharT, _Traits, _Alloc>::_Rep::
457 __rc_string_base<_CharT, _Traits, _Alloc>::
458 __rc_string_base(const _Alloc& __a)
462 __rc_string_base<_CharT, _Traits, _Alloc>::
463 __rc_string_base(const __rc_string_base& __rcs)
468 __rc_string_base<_CharT, _Traits, _Alloc>::
469 __rc_string_base(size_type __n, _CharT __c, const _Alloc& __a)
474 __rc_string_base<_CharT, _Traits, _Alloc>::
475 __rc_string_base(_InputIterator __beg, _InputIterator __end,
481 __rc_string_base<_CharT, _Traits, _Alloc>::
496 __rc_string_base<_CharT, _Traits, _Alloc>::
541 __rc_string_base<_CharT, _Traits, _Alloc>::
550 std::__throw_logic_error(__N("__rc_string_base::"
570 __rc_string_base<_CharT, _Traits, _Alloc>::
587 __rc_string_base<_CharT, _Traits, _Alloc>::
588 _M_swap(__rc_string_base& __rcs)
607 __rc_string_base<_CharT, _Traits, _Alloc>::
608 _M_assign(const __rc_string_base& __rcs)
620 __rc_string_base<_CharT, _Traits, _Alloc>::
638 __rc_string_base<_CharT, _Traits, _Alloc>::
661 __rc_string_base<_CharT, _Traits, _Alloc>::
694 __rc_string_base<char, std::char_traits<char>,
696 _M_compare(const __rc_string_base& __rcs) const
706 __rc_string_base<wchar_t, std::char_traits<wchar_t>,
708 _M_compare(const __rc_string_base& __rcs) const