Searched refs:_CharT (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h18 // rope<_CharT,_Alloc> is a sequence of _CharT.
47 template <class _CharT>
48 inline _CharT _S_eos(_CharT*) { return _CharT(); }
52 template <class _CharT>
53 inline bool _S_is_basic_char_type(_CharT*) { return false; }
54 template <class _CharT>
55 inline bool _S_is_one_byte_char_type(_CharT*) { retur
789 swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a, _Rope_char_ref_proxy <_CharT, __Alloc > __b) argument
[all...]
H A Dropeimpl.h31 template <class _CharT, class _Alloc>
32 void _Rope_iterator_base<_CharT,_Alloc>::_S_setbuf(
33 _Rope_iterator_base<_CharT,_Alloc>& __x)
42 ((_Rope_RopeLeaf<_CharT,_Alloc>*)__leaf)->_M_data;
52 char_producer<_CharT>* __fn =
53 ((_Rope_RopeFunction<_CharT,_Alloc>*)__leaf)->_M_fn;
77 template <class _CharT, class _Alloc>
78 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache
79 (_Rope_iterator_base<_CharT,_Alloc>& __x)
116 _Rope_RopeConcatenation<_CharT,_Allo
370 _S_free_string(const _CharT*, size_t, allocator_type) argument
479 _S_concat_char_iter(_RopeRep* __r, const _CharT*__s, size_t __slen) argument
[all...]
H A Dbitset629 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,_Trait
[all...]

Completed in 48 milliseconds