Home
last modified time | relevance | path

Searched refs:_M_root_rope (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dstl_rope.h1039 rope<_CharT,_Alloc>* _M_root_rope; variable
1049 _M_root_rope(__r) in _Rope_iterator()
1058 rope<_CharT,_Alloc>& container() { return *_M_root_rope; } in container()
1064 _M_root_rope = __x._M_root_rope; in _Rope_iterator()
1076 _M_root_rope = __x._M_root_rope;
1081 _M_root_rope = __x._M_root_rope;
1091 _M_root_rope, _M_current_pos);
1094 _M_root_rope, _M_current_pos, *_M_buf_ptr);
1124 return _Rope_iterator<_CharT,_Alloc>(_M_root_rope, __old_pos);
1129 return _Rope_iterator<_CharT,_Alloc>(_M_root_rope, __old_pos);
[all …]
Dropeimpl.h281 if (_M_root_rope->_M_tree_ptr != _M_root) { in _M_check()
284 _M_root = _M_root_rope->_M_tree_ptr; in _M_check()
301 _M_root_rope(&__r) in _Rope_iterator()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Drope1269 rope<_CharT, _Alloc>* _M_root_rope;
1279 _M_root_rope(__r)
1292 { return *_M_root_rope; }
1302 _M_root_rope = __x._M_root_rope;
1319 _M_root_rope = __x._M_root_rope;
1326 _M_root_rope = __x._M_root_rope;
1338 return _Rope_char_ref_proxy<_CharT, _Alloc>(_M_root_rope,
1341 return _Rope_char_ref_proxy<_CharT, _Alloc>(_M_root_rope,
1392 return _Rope_iterator<_CharT,_Alloc>(_M_root_rope, __old_pos);
1400 return _Rope_iterator<_CharT,_Alloc>(_M_root_rope, __old_pos);
[all …]
Dropeimpl.h301 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()
323 _M_root_rope(&__r) in _Rope_iterator()