Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_buf_ptr

80 	  __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
126 __x._M_buf_ptr = 0;
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
262 if (0 != _M_buf_ptr)
264 size_t __chars_left = _M_buf_end - _M_buf_ptr;
266 _M_buf_ptr += __n;
269 _M_buf_ptr += __n;
273 _M_buf_ptr = 0;
282 if (0 != _M_buf_ptr)
284 size_t __chars_left = _M_buf_ptr - _M_buf_start;
286 _M_buf_ptr -= __n;
288 _M_buf_ptr = 0;
304 this->_M_buf_ptr = 0;
844 _CharT* _M_buf_ptr;
848 { _M_buf_ptr = __buffer; };
855 uninitialized_copy_n(__leaf, __n, _M_buf_ptr);
856 _M_buf_ptr += __n;