Searched refs:_S_substring (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.h | 1162 static _RopeRep* _S_substring(_RopeRep* __base, 1384 : _M_tree_ptr(__a, _S_substring(__s._M_root, __s._M_current_pos, 1390 : _M_tree_ptr(__a, _S_substring(__s._M_root, __s._M_current_pos, 1511 _S_substring(_M_tree_ptr._M_data, 0, _M_tree_ptr._M_data->_M_size._M_data - 1); 1533 … _M_tree_ptr._M_data = _S_substring(_M_tree_ptr._M_data, 1, _M_tree_ptr._M_data->_M_size._M_data); 1680 … _Self_destruct_ptr __appendee(_S_substring(__s._M_root, __s._M_current_pos, __e._M_current_pos)); 1715 _Self_destruct_ptr __left(_S_substring(__old, 0, __pos1)); 1716 _Self_destruct_ptr __right(_S_substring(__old, __pos2, __old->_M_size._M_data)); 1745 _Self_destruct_ptr __left(_S_substring(_M_tree_ptr._M_data, 0, __p)); 1746 _Self_destruct_ptr __right(_S_substring(_M_tree_ptr._M_data, __p, size())); [all …]
|
D | _rope.c | 621 rope<_CharT,_Alloc>::_S_substring(_RopeRep* __base, in _S_substring() function 648 return _S_substring(__left, __start, __endp1); in _S_substring() 650 return _S_substring(__right, __start - __left_len, in _S_substring() 653 _Self_destruct_ptr __left_result(_S_substring(__left, __start, __left_len)); in _S_substring() 654 _Self_destruct_ptr __right_result(_S_substring(__right, 0, __endp1 - __left_len)); in _S_substring() 989 _Self_destruct_ptr __prefix(_S_substring(__r, 0, __max_len)); in _S_dump() 1279 _My_rope::_S_substring(__old, 0, _M_pos)); 1281 _My_rope::_S_substring(__old, _M_pos+1, __old->_M_size._M_data));
|