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

/external/stlport/stlport/stl/
H A D_string_operators.h165 _STLP_PRIV __cstr_wrapper<_CharT>,
172 typedef _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __cstr_wrapper<_CharT>,
175 __root_type __root(_STLP_PRIV __cstr_wrapper<_CharT>(__s, __n), _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()));
182 _STLP_PRIV __cstr_wrapper<_CharT>,
195 return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __cstr_wrapper<_CharT>,
197 _STLP_PRIV __on_right>(_STLP_PRIV __cstr_wrapper<_CharT>(__s, __n), __root);
203 _STLP_PRIV __cstr_wrapper<_CharT>,
209 _STLP_PRIV __cstr_wrapper<_CharT>,
210 _STLP_PRIV __on_left>(__x, _STLP_PRIV __cstr_wrapper<_CharT>(__s, __n));
215 _STLP_PRIV __cstr_wrapper<_Char
[all...]
H A D_string_sum_methods.h47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf)
68 _CharT* _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf,
H A D_string_sum.h44 struct __cstr_wrapper { struct
47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : function in struct:__cstr_wrapper
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n));
142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }
/external/stlport/stlport/stl/debug/
H A D_string_sum_methods.h47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
67 _Base& _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str,

Completed in 70 milliseconds