Searched refs:_M_buf_start (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dropeimpl.h41 __x._M_buf_start =
43 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
44 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size;
66 __x._M_buf_start = __x._M_tmp_buf;
96 __x._M_buf_start = __curr_rope->_M_c_string;
234 size_t __chars_left = _M_buf_ptr - _M_buf_start;
H A Dstl_rope.h871 __GC_CONST _CharT* _M_buf_start; member in class:_Rope_iterator_base

Completed in 43 milliseconds