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

/external/stlport/stlport/stl/
H A D_rope.h974 rope<_CharT,_Alloc>* _M_root_rope; member in class:_Rope_iterator
996 rope<_CharT,_Alloc>& container() { return *_M_root_rope; }
1002 _M_root_rope = __x._M_root_rope;
1010 _M_root_rope = __x._M_root_rope;
1017 return reference(_M_root_rope, this->_M_current_pos);
1019 return reference(_M_root_rope, this->_M_current_pos, *(this->_M_buf_ptr));
1049 return _Self(_M_root_rope, __old_pos);
1054 return _Self(_M_root_rope, __old_po
[all...]
H A D_rope.c61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); }
66 _M_root_rope(&__r) {
300 if (_M_root_rope->_M_tree_ptr._M_data != this->_M_root) {
303 this->_M_root = _M_root_rope->_M_tree_ptr._M_data;

Completed in 641 milliseconds