Searched refs:_M_append_fast_pos (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _string_sum_methods.h | 59 …_Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/… in _M_append_fast_pos() function 64 _Base& _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str, in _M_append_fast_pos() function 67 _Base& _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str, in _M_append_fast_pos() function 69 { return _M_append_fast_pos(__s.c_str(), __s.size(), __str, __pos, __n); } in _M_append_fast_pos() 70 _Base& _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str, in _M_append_fast_pos() function 72 { return _M_append_fast_pos(__s.b_str(), __str, __pos, __n); } in _M_append_fast_pos() 73 _Base& _M_append_fast_pos(_Self const& __s, _Base &__str, size_type __pos, size_type __n) in _M_append_fast_pos() function 74 { return _M_append_fast_pos(__s.data(), __s.size(), __str, __pos, __n); } in _M_append_fast_pos() 75 …_Base& _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__… in _M_append_fast_pos() function 80 …_Base& _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDi… in _M_append_fast_pos() function [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_sum_methods.h | 59 …_CharT* _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type /*__pos… in _M_append_fast_pos() function 65 _CharT* _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, in _M_append_fast_pos() function 68 _CharT* _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, in _M_append_fast_pos() function 70 { return _M_append_fast_pos(__s.c_str(), __s.size(), __buf, __pos, __n); } in _M_append_fast_pos() 71 _CharT* _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, in _M_append_fast_pos() function 73 { return _M_append_fast_pos(__s.b_str(), __buf, __pos, __n); } in _M_append_fast_pos() 74 _CharT* _M_append_fast_pos(_Self const& __s, _CharT *__buf, in _M_append_fast_pos() function 76 { return _M_append_fast_pos(__s.data(), __s.size(), __buf, __pos, __n); } in _M_append_fast_pos() 77 …_CharT* _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *… in _M_append_fast_pos() function 82 …_CharT* _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageD… in _M_append_fast_pos() function [all …]
|