Searched refs:__cstr_wrapper (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_operators.h | 165 _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<_Cha… 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<_CharT>, [all …]
|
D | _string_sum.h | 44 struct __cstr_wrapper { struct 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : in __cstr_wrapper() argument 126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft; 139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); in append() 142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); } in append()
|
D | _string_sum_methods.h | 47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) in _M_append_fast() 68 _CharT* _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, in _M_append_fast_pos()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _string_sum_methods.h | 47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str) in _M_append_fast() 67 _Base& _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str, in _M_append_fast_pos()
|