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

/haiku/headers/cpp/
H A Dstl_rope.h1018 return rope<_CharT,_Alloc>::_S_fetch(_M_root, _M_current_pos + __n);
1339 static _CharT _S_fetch(_RopeRep* __r, size_type __pos);
1711 return _S_fetch(_M_tree_ptr, _M_tree_ptr->_M_size - 1);
1736 return _S_fetch(_M_tree_ptr, 0);
1798 return _S_fetch(_M_tree_ptr, __pos);
H A Dropeimpl.h1184 rope<_CharT,_Alloc>::_S_fetch(_RopeRep* __r, size_type __i) function in class:rope
1361 return _My_rope::_S_fetch(_M_root->_M_tree_ptr, _M_pos);

Completed in 43 milliseconds