Searched refs:_String_base (Results 1 – 6 of 6) sorted by relevance
/external/stlport/stlport/stl/ |
D | _string_base.h | 41 class _String_base { 42 typedef _String_base<_Tp, _Alloc> _Self; 110 _String_base(const allocator_type& __a) in _String_base() function 118 _String_base(const allocator_type& __a, size_t __n) function 144 _String_base(__move_source<_Self> src) function 156 ~_String_base() { _M_deallocate_block(); } 215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >; variable 217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >; variable
|
D | _string.h | 121 class basic_string : _STLP_PRIVATE _STLP_PRIV _String_base<_CharT,_Alloc> 127 typedef _STLP_PRIV _String_base<_CharT,_Alloc> _Base; 161 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type(), _Base::_DEFAULT_SIZE) in basic_string() 165 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a, _Base::_DEFAULT_SIZE) in basic_string() 173 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type(), __n + 1) in basic_string() 177 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a, __n + 1) in basic_string() 187 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type()) { in basic_string() 194 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type()) { in basic_string() 204 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a) { in basic_string() 217 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type()) { in basic_string() [all …]
|
D | _string.c | 599 void _String_base<_Tp,_Alloc>::_M_throw_length_error() const in _M_throw_length_error() 603 void _String_base<_Tp, _Alloc>::_M_throw_out_of_range() const in _M_throw_out_of_range() 607 void _String_base<_Tp, _Alloc>::_M_allocate_block(size_t __n) { in _M_allocate_block() 632 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type()) { in basic_string() 641 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a) { in basic_string() 648 : _STLP_PRIV _String_base<_CharT,_Alloc>(__s.get_allocator()) in basic_string()
|
/external/stlport/src/ |
D | string.cpp | 38 template class _STLP_CLASS_DECLSPEC _String_base<char, allocator<char> >; variable 67 template class _STLP_CLASS_DECLSPEC _String_base<wchar_t, allocator<wchar_t> >; variable
|
/external/stlport/etc/ |
D | ChangeLog | 2203 and _String_base class public for DMC.
|
D | ChangeLog-5.1 | 5256 struct definition do not depends anymore on the _String_base struct to 6698 access the base template class _String_base _DEFAULT_SIZE enum member.
|