Searched refs:_M_tree_ptr (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| H A D | stl_rope.h | 946 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos) {} in _Rope_const_iterator() 1048 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr, __pos), in _Rope_iterator() 1175 : _M_tree_ptr(__t), _M_data_allocator(__a) {} in _Rope_alloc_base() 1182 _RopeRep* _M_tree_ptr; variable 1205 : _M_tree_ptr(__t) {} in _Rope_alloc_base() 1210 _RopeRep *_M_tree_ptr; 1270 using _Base::_M_tree_ptr; 1355 _S_apply_to_pieces(__c, _M_tree_ptr, __begin, __end); 1513 bool empty() const { return 0 == _M_tree_ptr; } 1519 return _S_compare(_M_tree_ptr, __y._M_tree_ptr); [all …]
|
| H A D | ropeimpl.h | 281 if (_M_root_rope->_M_tree_ptr != _M_root) { in _M_check() 284 _M_root = _M_root_rope->_M_tree_ptr; in _M_check() 300 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), in _Rope_iterator() 963 _S_apply_to_pieces(__c, _M_tree_ptr, __start, size()); in find() 1334 _RopeRep* __old = _M_root->_M_tree_ptr; 1356 _M_root->_M_tree_ptr = __result; 1366 return _My_rope::_S_fetch(_M_root->_M_tree_ptr, _M_pos); in _CharT() 1408 __remainder_rope._M_tree_ptr = __remainder; in rope() 1426 __base_rope._M_tree_ptr = __base_leaf; in rope() 1439 _M_tree_ptr = __result._M_tree_ptr; in rope() [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | rope | 1133 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos) { } 1278 : _Rope_iterator_base<_CharT, _Alloc>(__r->_M_tree_ptr, __pos), 1452 : _M_tree_ptr(__t) { } 1457 _RopeRep *_M_tree_ptr; 1506 using _Base::_M_tree_ptr; 1596 { _S_apply_to_pieces(__c, this->_M_tree_ptr, __begin, __end); } 1762 { return 0 == this->_M_tree_ptr; } 1769 { return _S_compare(this->_M_tree_ptr, __y._M_tree_ptr); } 1808 { this->_M_tree_ptr = _S_new_RopeLeaf(__buf, 1, __a); } 1827 this->_M_tree_ptr = (0 == __len) ? [all …]
|
| H A D | ropeimpl.h | 301 if (_M_root_rope->_M_tree_ptr != this->_M_root) in _M_check() 305 this->_M_root = _M_root_rope->_M_tree_ptr; in _M_check() 322 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), in _Rope_iterator() 1066 _S_apply_to_pieces(__c, this->_M_tree_ptr, __start, size()); in find() 1487 _RopeRep* __old = _M_root->_M_tree_ptr; 1509 _M_root->_M_tree_ptr = __result; 1520 return _My_rope::_S_fetch(_M_root->_M_tree_ptr, _M_pos); in _CharT() 1563 __remainder_rope._M_tree_ptr = __remainder; in rope() 1584 __base_rope._M_tree_ptr = __base_leaf; in rope() 1597 this->_M_tree_ptr = __result._M_tree_ptr; in rope() [all …]
|