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

/external/stlport/stlport/stl/
H A D_string_operators.h122 _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>,
128 _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>,
130 __root_type __root(__rhs, _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__lhs.get_allocator()));
166 _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>,
173 _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>,
175 __root_type __root(_STLP_PRIV __cstr_wrapper<_CharT>(__s, __n), _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()));
185 _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>,
192 _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>,
194 __root_type __root(__y, _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__y.get_allocator()));
232 _STLP_PRIV __sum_storage_elem<_Char
[all...]
H A D_string_sum_methods.h53 _CharT* _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) argument
77 _CharT* _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf, argument
H A D_string_sum.h372 struct __sum_storage_elem { struct
373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self;
376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc) function in struct:__sum_storage_elem
/external/stlport/stlport/stl/debug/
H A D_string_sum_methods.h53 _Base& _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__str) argument
75 _Base& _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__str, argument

Completed in 2218 milliseconds