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

/external/stlport/stlport/stl/
H A D_string_sum_methods.h25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator())
32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) {
H A D_string_workaround.h586 # define _STLP_STRING_SUM_BASE _STLP_NO_MEM_T_STRING_BASE macro
588 # undef _STLP_STRING_SUM_BASE macro
H A D_string.h1079 # define _STLP_STRING_SUM_BASE(__reserve, __size, __alloc) _STLP_PRIV _String_base<_CharT,_Alloc>(__alloc, __size + 1) macro
1081 # undef _STLP_STRING_SUM_BASE macro

Completed in 2352 milliseconds