Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_rope.c139 const _RopeRep* __curr_rope; in _S_setcache() local
150 __curr_rope = __x._M_root; in _S_setcache()
151 if (0 != __curr_rope->_M_c_string) { in _S_setcache()
153 __x._M_buf_start = __curr_rope->_M_c_string; in _S_setcache()
154 __x._M_buf_end = __curr_rope->_M_c_string + __curr_rope->_M_size._M_data; in _S_setcache()
155 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos; in _S_setcache()
156 __x._M_path_end._M_data[0] = __curr_rope; in _S_setcache()
164 __path[__curr_depth] = __curr_rope; in _S_setcache()
165 switch(__curr_rope->_M_tag) { in _S_setcache()
173 const _RopeConcat* __c = __STATIC_CAST(const _RopeConcat*, __curr_rope); in _S_setcache()
[all …]