Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_buf_ptr

78 	  __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
124 __x._M_buf_ptr = 0;
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
260 if (0 != _M_buf_ptr)
262 size_t __chars_left = _M_buf_end - _M_buf_ptr;
264 _M_buf_ptr += __n;
267 _M_buf_ptr += __n;
271 _M_buf_ptr = 0;
280 if (0 != _M_buf_ptr)
282 size_t __chars_left = _M_buf_ptr - _M_buf_start;
284 _M_buf_ptr -= __n;
286 _M_buf_ptr = 0;
302 this->_M_buf_ptr = 0;
842 _CharT* _M_buf_ptr;
846 { _M_buf_ptr = __buffer; };
853 uninitialized_copy_n(__leaf, __n, _M_buf_ptr);
854 _M_buf_ptr += __n;