Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dropeimpl.h158 size_t __node_start_pos = __x._M_leaf_pos; in _S_setcache_for_incr() local
163 if (__x._M_current_pos - __node_start_pos < __len) { in _S_setcache_for_incr()
168 __stl_assert(__node_start_pos + __len == __x._M_current_pos); in _S_setcache_for_incr()
177 __node_start_pos -= __c->_M_left->_M_size; in _S_setcache_for_incr()
190 __node_start_pos += __c->_M_left->_M_size; in _S_setcache_for_incr()
210 __x._M_leaf_pos = __node_start_pos; in _S_setcache_for_incr()