Home
last modified time | relevance | path

Searched refs:_M_buf_start (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h82 __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()
H A Drope1039 __GC_CONST _CharT* _M_buf_start;
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dropeimpl.h80 __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()
H A Dstl_rope.h865 __GC_CONST _CharT* _M_buf_start; variable