Home | History | Annotate | Download | only in stl

Lines Matching refs:_M_buf_ptr

772   _CharT* _M_buf_ptr;
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
830 _M_buf_ptr = _M_buf_start + (__x._M_buf_ptr - __x._M_buf_start);
842 _M_buf_ptr(__x._M_buf_ptr),
847 if (0 != __x._M_buf_ptr) {
856 _M_buf_ptr = __x._M_buf_ptr;
861 if (0 != __x._M_buf_ptr) {
907 if (0 == this->_M_buf_ptr)
915 return *(this->_M_buf_ptr);
919 if ( this->_M_buf_ptr != 0 ) {
920 _CharT *__next = this->_M_buf_ptr + 1;
922 this->_M_buf_ptr = __next;
1016 if (0 == this->_M_buf_ptr) {
1019 return reference(_M_root_rope, this->_M_current_pos, *(this->_M_buf_ptr));