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

/haiku/headers/cpp/
H A Dstl_rope.h996 size_t __old_pos = _M_current_pos; local
998 return _Rope_const_iterator<_CharT,_Alloc>(_M_root, __old_pos);
1004 size_t __old_pos = _M_current_pos; local
1006 return _Rope_const_iterator<_CharT,_Alloc>(_M_root, __old_pos);
1118 size_t __old_pos = _M_current_pos; local
1120 return _Rope_iterator<_CharT,_Alloc>(_M_root_rope, __old_pos);
1123 size_t __old_pos = _M_current_pos; local
1125 return _Rope_iterator<_CharT,_Alloc>(_M_root_rope, __old_pos);

Completed in 86 milliseconds