Searched refs:_My_rope (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | ropeimpl.h | 1329 _CharT* __ptr = _My_rope::_S_fetch_ptr(__old, _M_pos); 1336 _My_rope::_S_substring(__old, 0, _M_pos)); 1338 _My_rope::_S_substring(__old, _M_pos+1, __old->_M_size)); 1340 _My_rope::_S_destr_concat_char_iter(__left, &__c, 1)); 1346 _My_rope::_S_concat(__result_left, __right); 1361 return _My_rope::_S_fetch(_M_root->_M_tree_ptr, _M_pos); in _CharT()
|
H A D | stl_rope.h | 762 typedef rope<_CharT,_Alloc> _My_rope; typedef 766 _My_rope* _M_root; // The whole rope. 768 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : in _Rope_char_ref_proxy() 776 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, in _Rope_char_ref_proxy()
|