Home
last modified time | relevance | path

Searched refs:_M_buf_end (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dropeimpl.h44 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size; in _S_setbuf()
67 __x._M_buf_end = __x._M_tmp_buf + __len; in _S_setbuf()
97 __x._M_buf_end = __curr_rope->_M_c_string + __curr_rope->_M_size; in _S_setcache()
219 size_t __chars_left = _M_buf_end - _M_buf_ptr; in _M_incr()
H A Dstl_rope.h877 __GC_CONST _CharT* _M_buf_end; variable
967 if (0 != _M_buf_ptr && (__next = _M_buf_ptr + 1) < _M_buf_end) {