Searched refs:_CharT (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_rope.h | 47 template <class _CharT> 48 inline _CharT _S_eos(_CharT*) { return _CharT(); } in _S_eos() argument 52 template <class _CharT> 53 inline bool _S_is_basic_char_type(_CharT*) { return false; } in _S_is_basic_char_type() argument 54 template <class _CharT> 55 inline bool _S_is_one_byte_char_type(_CharT*) { return false; } in _S_is_one_byte_char_type() argument 63 template <class _CharT> 64 inline void _S_cond_store_eos(_CharT&) {} in _S_cond_store_eos() argument 73 template <class _CharT> 78 _CharT* __buffer) = 0; [all …]
|
H A D | ropeimpl.h | 31 template <class _CharT, class _Alloc> 32 void _Rope_iterator_base<_CharT,_Alloc>::_S_setbuf( in _S_setbuf() argument 33 _Rope_iterator_base<_CharT,_Alloc>& __x) in _S_setbuf() 42 ((_Rope_RopeLeaf<_CharT,_Alloc>*)__leaf)->_M_data; in _S_setbuf() 52 char_producer<_CharT>* __fn = in _S_setbuf() 53 ((_Rope_RopeFunction<_CharT,_Alloc>*)__leaf)->_M_fn; in _S_setbuf() 77 template <class _CharT, class _Alloc> 78 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache in _S_setcache() argument 79 (_Rope_iterator_base<_CharT,_Alloc>& __x) in _S_setcache() 116 _Rope_RopeConcatenation<_CharT,_Alloc>* __c = in _S_setcache() [all …]
|
H A D | bitset | 629 template<class _CharT, class _Traits, class _Alloc> 630 explicit bitset(const basic_string<_CharT,_Traits,_Alloc>& __s, 632 size_t __n = size_t(basic_string<_CharT,_Traits,_Alloc>::npos)) 760 template <class _CharT, class _Traits, class _Alloc> 761 basic_string<_CharT, _Traits, _Alloc> to_string() const { 762 basic_string<_CharT, _Traits, _Alloc> __result; 769 template<class _CharT, class _Traits, class _Alloc> 770 void _M_copy_from_string(const basic_string<_CharT,_Traits,_Alloc>& __s, 775 template<class _CharT, class _Traits, class _Alloc> 776 void _M_copy_to_string(basic_string<_CharT,_Traits,_Alloc>&) const; [all …]
|