Home
last modified time | relevance | path

Searched refs:_STLP_NO_MEM_T_STRING_BASE (Results 1 – 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
D_string_workaround.h25 #define _STLP_NO_MEM_T_STRING_BASE _STLP_PRIV _STLP_NO_MEM_T_NAME(str)<_CharT, _Traits, _Alloc> macro
28 class basic_string : public _STLP_NO_MEM_T_STRING_BASE
35 typedef _STLP_NO_MEM_T_STRING_BASE _Base;
49 : _STLP_NO_MEM_T_STRING_BASE(__a) {} in _STLP_NO_MEM_T_STRING_BASE() function
53 : _STLP_NO_MEM_T_STRING_BASE(__r, __n, __a) {} in _STLP_NO_MEM_T_STRING_BASE() function
56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} in basic_string()
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} in _STLP_NO_MEM_T_STRING_BASE() function
64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} in _STLP_NO_MEM_T_STRING_BASE() function
68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} in _STLP_NO_MEM_T_STRING_BASE() function
72 : _STLP_NO_MEM_T_STRING_BASE(__n, __c, __a) {} in _STLP_NO_MEM_T_STRING_BASE() function
[all …]