Home
last modified time | relevance | path

Searched defs:_Traits (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_string_sum_methods.h23 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) in basic_string() argument
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str) in _M_append_fast() argument
53 _Base& _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__str) in _M_append_fast() argument
56 …_Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> c… in _M_append_fast() argument
70 _Base& _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str, in _M_append_fast_pos() argument
75 …_Base& _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__… in _M_append_fast_pos() argument
80 …_Base& _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDi… in _M_append_fast_pos() argument
99 …_Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> c… in _M_append_sum() argument
106 …_Self& _M_append_sum_pos (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDi… in _M_append_sum_pos() argument
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_sum_methods.h24 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) in basic_string() argument
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) in _M_append_fast() argument
53 …_CharT* _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__bu… in _M_append_fast() argument
56 …_CharT* _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> … in _M_append_fast() argument
71 _CharT* _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, in _M_append_fast_pos() argument
77 …_CharT* _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *… in _M_append_fast_pos() argument
82 …_CharT* _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageD… in _M_append_fast_pos() argument
101 …_Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> c… in _M_append_sum() argument
124 …_Self& _M_append_sum_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir… in _M_append_sum_pos() argument
148 …void _M_append_sum_no_overflow(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _Stor… in _M_append_sum_no_overflow() argument
D_istreambuf_iterator.h134 inline input_iterator_tag _STLP_CALL iterator_category(const istreambuf_iterator<_CharT, _Traits>&)… in iterator_category() argument
137 distance_type(const istreambuf_iterator<_CharT, _Traits>&) { return (streamoff*)0; } in distance_type() argument
139 inline _CharT* _STLP_CALL value_type(const istreambuf_iterator<_CharT, _Traits>&) { return (_CharT*… in value_type() argument
D_string_io.h65 getline(basic_istream<_CharT, _Traits>& __is, in getline() argument
D_string_hash.h34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { in __stl_string_hash() argument
D_stream_iterator.h90 typedef char_traits<char> _Traits; typedef
165 typedef char_traits<char> _Traits; typedef
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); } in iterator_category() argument
D_strstream.h48 typedef char_traits<char> _Traits; typedef
D_collate.h163 const basic_string<_CharT, _Traits, _Alloc>& __x, in __locale_do_operator_call() argument
D_ostreambuf_iterator.h92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) { return output_iterator_tag(); } in iterator_category() argument
D_string.c76 _Traits*, const __true_type& /* _STLportTraits */) in __str_find_first_of_aux() argument
82 _Traits*, const __false_type& /* _STLportTraits */) in __str_find_first_of_aux() argument
101_Traits* /* __traits */, const __true_type& __useStrcspnLikeAlgo) in __str_find_first_not_of_aux3() argument
107_Traits* /* __traits */, const __false_type& /* _UseStrcspnLikeAlgo */) in __str_find_first_not_of_aux3() argument
130 _Traits*, const __false_type& /* _STLportTraits */) in __str_find_first_not_of_aux1() argument
578 void _STLP_CALL _S_string_copy(const basic_string<_CharT,_Traits,_Alloc>& __s, in _S_string_copy() argument
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & _… in basic_string() argument
D_string_sum.h258 …_BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __re… in _M_get_storage() argument
263 …_BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __re… in _M_get_storage() argument
268 …_BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __re… in _M_get_storage() argument
276 …_BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const… in _M_get_storage() argument
281 …_BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const… in _M_get_storage() argument
286 …_BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const… in _M_get_storage() argument
D_string_io.c133 getline(basic_istream<_CharT, _Traits>& __is, in getline() argument
D_sstream.c51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) in basic_stringbuf() argument
64 basic_stringbuf<_CharT, _Traits, _Alloc>::str(const basic_string<_CharT, _Traits, _Alloc>& __s) in str() argument
D_fstream.h348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*, in _M_doit()
382 _M_doit(basic_filebuf<char_type, _Traits>*) in _M_doit() argument
D_hashtable.c510 ::_M_copy_from(const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht) { in _M_copy_from() argument
D_string.h1122 swap(basic_string<_CharT,_Traits,_Alloc>& __x, in swap() argument