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

/haiku/headers/cpp/
H A Dropeimpl.h83 int __curr_depth = -1; /* index into path */ local
105 ++__curr_depth;
106 __stl_assert(__curr_depth <= _RopeRep::_S_max_rope_depth);
107 __path[__curr_depth] = __curr_rope;
137 int __j = __curr_depth + 1 - _S_path_cache_len;
140 while (__j <= __curr_depth) {

Completed in 33 milliseconds