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

/external/stlport/stlport/stl/
H A 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) {}
53 : _STLP_NO_MEM_T_STRING_BASE(__r, __n, __a) {}
56 : _STLP_NO_MEM_T_STRING_BASE(__s) {}
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {}
68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {}
72 : _STLP_NO_MEM_T_STRING_BASE(__
592 #undef _STLP_NO_MEM_T_STRING_BASE macro
[all...]

Completed in 35 milliseconds