Searched refs:_Rope_char_ref_proxy (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h227 template<class _CharT, class _Alloc> class _Rope_char_ref_proxy;
752 class _Rope_char_ref_proxy { class
768 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : function in class:_Rope_char_ref_proxy
770 _Rope_char_ref_proxy(const _Rope_char_ref_proxy& __x) : function in class:_Rope_char_ref_proxy
776 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, function in class:_Rope_char_ref_proxy
780 _Rope_char_ref_proxy& operator= (_CharT __c);
782 _Rope_char_ref_proxy& operator= (const _Rope_char_ref_proxy& __c) {
789 inline void swap(_Rope_char_ref_proxy <_Char
821 _Rope_char_ptr_proxy(const _Rope_char_ref_proxy<_CharT,_Alloc>& __x) argument
[all...]
H A Dropeimpl.h1323 _Rope_char_ref_proxy<_CharT, _Alloc>&
1324 _Rope_char_ref_proxy<_CharT, _Alloc>::operator= (_CharT __c) {
1356 inline _Rope_char_ref_proxy<_CharT, _Alloc>::operator _CharT () const
1366 _Rope_char_ref_proxy<_CharT, _Alloc>::operator& () const {

Completed in 39 milliseconds