Home | History | Annotate | Download | only in ext

Lines Matching refs:__rc_string_base

50    *   [__rc_string_base<char_type>]        _M_capacity
63 * __rc_string_base::_M_rep(); and the allocation function which gets a
83 class __rc_string_base
310 __rc_string_base()
313 __rc_string_base(const _Alloc& __a);
315 __rc_string_base(const __rc_string_base& __rcs);
318 __rc_string_base(__rc_string_base&& __rcs)
323 __rc_string_base(size_type __n, _CharT __c, const _Alloc& __a);
326 __rc_string_base(_InputIterator __beg, _InputIterator __end,
329 ~__rc_string_base()
341 _M_swap(__rc_string_base& __rcs);
344 _M_assign(const __rc_string_base& __rcs);
361 _M_compare(const __rc_string_base&) const
366 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep_empty
367 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
370 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep*
371 __rc_string_base<_CharT, _Traits, _Alloc>::_Rep::
378 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
445 __rc_string_base<_CharT, _Traits, _Alloc>::_Rep::
455 __rc_string_base<_CharT, _Traits, _Alloc>::_Rep::
464 __rc_string_base::_S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
471 __rc_string_base<_CharT, _Traits, _Alloc>::
472 __rc_string_base(const _Alloc& __a)
476 __rc_string_base
477 __rc_string_base(const __rc_string_base& __rcs)
482 __rc_string_base<_CharT, _Traits, _Alloc>::
483 __rc_string_base(size_type __n, _CharT __c, const _Alloc& __a)
488 __rc_string_base<_CharT, _Traits, _Alloc>::
489 __rc_string_base(_InputIterator __beg, _InputIterator __end,
495 __rc_string_base<_CharT, _Traits, _Alloc>::
510 __rc_string_base<_CharT, _Traits, _Alloc>::
555 __rc_string_base<_CharT, _Traits, _Alloc>::
564 std::__throw_logic_error(__N("__rc_string_base::"
572 { __rc_string_base::_S_copy_chars(__r->_M_refdata(), __beg, __end); }
584 __rc_string_base<_CharT, _Traits, _Alloc>::
593 __rc_string_base::_S_assign(__r->_M_refdata(), __n, __c);
601 __rc_string_base<_CharT, _Traits, _Alloc>::
602 _M_swap(__rc_string_base& __rcs)
621 __rc_string_base<_CharT, _Traits, _Alloc>::
622 _M_assign(const __rc_string_base& __rcs)
634 __rc_string_base<_CharT, _Traits, _Alloc>::
652 __rc_string_base<_CharT, _Traits, _Alloc>::
675 __rc_string_base<_CharT, _Traits, _Alloc>::
708 __rc_string_base<char, std::char_traits<char>,
710 _M_compare(const __rc_string_base& __rcs) const
720 __rc_string_base<wchar_t, std::char_traits<wchar_t>,
722 _M_compare(const __rc_string_base& __rcs) const