Searched refs:_M_buf_start (Results 1 – 4 of 4) sorted by relevance
82 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data; in _S_setbuf()83 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos); in _S_setbuf()84 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size; in _S_setbuf()104 __x._M_buf_start = __x._M_tmp_buf; in _S_setbuf()136 __x._M_buf_start = __curr_rope->_M_c_string; in _S_setcache()287 size_t __chars_left = _M_buf_ptr - _M_buf_start; in _M_decr()
1039 __GC_CONST _CharT* _M_buf_start;
80 __x._M_buf_start = in _S_setbuf()82 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos); in _S_setbuf()83 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size; in _S_setbuf()105 __x._M_buf_start = __x._M_tmp_buf; in _S_setbuf()134 __x._M_buf_start = __curr_rope->_M_c_string; in _S_setcache()269 size_t __chars_left = _M_buf_ptr - _M_buf_start; in _M_decr()
865 __GC_CONST _CharT* _M_buf_start; variable