Searched refs:_Rope_char_ref_proxy (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_rope.h | 227 template<class _CharT, class _Alloc> class _Rope_char_ref_proxy; variable 752 class _Rope_char_ref_proxy { 768 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : in _Rope_char_ref_proxy() function 770 _Rope_char_ref_proxy(const _Rope_char_ref_proxy& __x) : in _Rope_char_ref_proxy() function 776 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, in _Rope_char_ref_proxy() function 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 <_CharT, __Alloc > __a, in swap() 790 _Rope_char_ref_proxy <_CharT, __Alloc > __b) { in swap() 803 inline void swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a, \ [all …]
|
H A D | ropeimpl.h | 1323 _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 in _CharT() 1366 _Rope_char_ref_proxy<_CharT, _Alloc>::operator& () const {
|