Searched defs:_CharT (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | ropeimpl.h | 32 void _Rope_iterator_base<_CharT,_Alloc>::_S_setbuf( in _S_setbuf() 78 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache in _S_setcache() 152 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache_for_incr in _S_setcache_for_incr() 258 const _Rope_iterator<_CharT,_Alloc>& __x) in _Rope_const_iterator() 264 rope<_CharT,_Alloc>& __r, size_t __pos) in _Rope_iterator() 371 (const _CharT*, size_t, allocator_type) in _S_free_string() 900 template <class _CharT> inline bool _Rope_is_simple(_CharT*) { return false; } in _Rope_is_simple() argument 1356 inline _Rope_char_ref_proxy<_CharT, _Alloc>::operator _CharT () const in _CharT() function 1496 _Rope_rotate(_Rope_iterator<_CharT,_Alloc> __first, in _Rope_rotate()
|
H A D | stl_rope.h | 48 inline _CharT _S_eos(_CharT*) { return _CharT(); } in _S_eos() argument 53 inline bool _S_is_basic_char_type(_CharT*) { return false; } in _S_is_basic_char_type() argument 55 inline bool _S_is_one_byte_char_type(_CharT*) { return false; } in _S_is_one_byte_char_type() argument 64 inline void _S_cond_store_eos(_CharT&) {} in _S_cond_store_eos() argument 789 inline void swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a, in swap() 802 # define _ROPE_SWAP_SPECIALIZATION(_CharT, __Alloc) \ argument 949 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : in _Rope_const_iterator() 1043 _Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) in _Rope_iterator()
|