Searched defs:_String_base (Results 1 - 2 of 2) sorted by relevance

/external/stlport/src/
H A Dstring.cpp38 template class _STLP_CLASS_DECLSPEC _String_base<char, allocator<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
67 template class _STLP_CLASS_DECLSPEC _String_base<wchar_t, allocator<wchar_t> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
/external/stlport/stlport/stl/
H A D_string_base.h26 // Class _String_base.
28 // _String_base is a helper class that makes it it easier to write an
33 // points to a block of memory that was allocated using _String_base's
41 class _String_base { class
42 typedef _String_base<_Tp, _Alloc> _Self;
110 _String_base(const allocator_type& __a) function in class:_String_base
118 _String_base(const allocator_type& __a, size_t __n) function in class:_String_base
144 _String_base(__move_source<_Self> src) function in class:_String_base
156 ~_String_base() { _M_deallocate_block(); }
215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<cha variable
217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >; variable
[all...]

Completed in 53 milliseconds