Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dropeimpl.h82 const _RopeRep* __curr_rope; in _S_setcache() local
93 __curr_rope = __x._M_root; in _S_setcache()
94 if (0 != __curr_rope->_M_c_string) { in _S_setcache()
96 __x._M_buf_start = __curr_rope->_M_c_string; in _S_setcache()
97 __x._M_buf_end = __curr_rope->_M_c_string + __curr_rope->_M_size; in _S_setcache()
98 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos; in _S_setcache()
99 __x._M_path_end[0] = __curr_rope; in _S_setcache()
107 __path[__curr_depth] = __curr_rope; in _S_setcache()
108 switch(__curr_rope->_M_tag) { in _S_setcache()
117 (_Rope_RopeConcatenation<_CharT,_Alloc>*)__curr_rope; in _S_setcache()
[all …]