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

/external/stlport/stlport/stl/
H A D_rope.h1140 static _CharT _S_fetch(_RopeRep* __r, size_type __pos);
1514 return _S_fetch(_M_tree_ptr._M_data, _M_tree_ptr._M_data->_M_size._M_data - 1);
1536 return _S_fetch(_M_tree_ptr._M_data, 0);
1598 return _S_fetch(_M_tree_ptr._M_data, __pos);
2070 { return rope<_CharT,_Alloc>::_S_fetch(this->_M_root, this->_M_current_pos + __n); }
2366 return _My_rope::_S_fetch(_M_root->_M_tree_ptr._M_data, _M_pos);
H A D_rope.c1123 rope<_CharT,_Alloc>::_S_fetch(_RopeRep* __r, size_type __i) function in class:_Alloc

Completed in 41 milliseconds