Searched defs:__sum_storage_elem (Results 1 - 3 of 3) sorted by relevance

/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
/external/stlport/stlport/stl/
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

Completed in 60 milliseconds