Home | History | Annotate | Download | only in ext

Lines Matching refs:__rc_string_base

49    *   [__rc_string_base<char_type>]        _M_capacity
62 * __rc_string_base::_M_rep(); and the allocation function which gets a
82 class __rc_string_base
309 __rc_string_base()
312 __rc_string_base(const _Alloc& __a);
314 __rc_string_base(const __rc_string_base& __rcs);
317 __rc_string_base(__rc_string_base&& __rcs)
322 __rc_string_base(size_type __n, _CharT __c, const _Alloc& __a);
325 __rc_string_base(_InputIterator __beg, _InputIterator __end,
328 ~__rc_string_base()
340 _M_swap(__rc_string_base& __rcs);
343 _M_assign(const __rc_string_base& __rcs);
360 _M_compare(const __rc_string_base&) const
365 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep_empty
366 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
369 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep*
370 __rc_string_base<_CharT, _Traits, _Alloc>::_Rep::
377 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
444 __rc_string_base<_CharT, _Traits, _Alloc>::_Rep::
454 __rc_string_base<_CharT, _Traits, _Alloc>::_Rep::
463 __rc_string_base::_S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
470 __rc_string_base<_CharT, _Traits, _Alloc>::
471 __rc_string_base(const _Alloc& __a)
475 __rc_string_base<_CharT, _Traits, _Alloc>::
476 __rc_string_base(const __rc_string_base& __rcs)
481 __rc_string_base<_CharT, _Traits, _Alloc>::
482 __rc_string_base(size_type __n, _CharT __c, const _Alloc& __a)
487 __rc_string_base<_CharT, _Traits, _Alloc>::
488 __rc_string_base(_InputIterator __beg, _InputIterator __end,
494 __rc_string_base<_CharT, _Traits, _Alloc>::
509 __rc_string_base<_CharT, _Traits, _Alloc>::
554 __rc_string_base<_CharT, _Traits, _Alloc>::
563 std::__throw_logic_error(__N("__rc_string_base::"
571 { __rc_string_base::_S_copy_chars(__r->_M_refdata(), __beg, __end); }
583 __rc_string_base<_CharT, _Traits, _Alloc>::
592 __rc_string_base::_S_assign(__r->_M_refdata(), __n, __c);
600 __rc_string_base<_CharT, _Traits, _Alloc>::
601 _M_swap(__rc_string_base& __rcs)
620 __rc_string_base<_CharT, _Traits, _Alloc>::
621 _M_assign(const __rc_string_base& __rcs)
633 __rc_string_base<_CharT, _Traits, _Alloc>::
651 __rc_string_base<_CharT, _Traits, _Alloc>::
674 __rc_string_base<_CharT, _Traits, _Alloc>::
707 __rc_string_base<char, std::char_traits<char>,
709 _M_compare(const __rc_string_base& __rcs) const
719 __rc_string_base<wchar_t, std::char_traits<wchar_t>,
721 _M_compare(const __rc_string_base& __rcs) const