Searched refs:_S_concat_rep (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.h | 1178 static _RopeRep* _S_concat_rep(_RopeRep* __left, _RopeRep* __right); 1319 _RopeRep* __result = _S_concat_rep(__left, __right); 1524 _M_tree_ptr._M_data = _S_concat_rep(__left, _M_tree_ptr._M_data); 1681 _M_reset(_S_concat_rep(_M_tree_ptr._M_data, (_RopeRep*)__appendee)); 1694 _M_reset(_S_concat_rep(_M_tree_ptr._M_data, __y._M_tree_ptr._M_data)); 1721 __result = _S_concat_rep(__left, __right); 1724 _Self_destruct_ptr __left_result(_S_concat_rep(__left, __r)); 1725 __result = _S_concat_rep(__left_result, __right); 1752 _M_reset(_S_concat_rep(__left_result, __right)); 2198 …return rope<_CharT,_Alloc>(rope<_CharT,_Alloc>::_S_concat_rep(__left._M_tree_ptr._M_data, __right.…
|
D | _rope.c | 577 rope<_CharT,_Alloc>::_S_concat_rep(_RopeRep* __left, _RopeRep* __right) { in _S_concat_rep() function 656 __result = _S_concat_rep(__left_result, __right_result); in _S_substring() 1043 __result = _S_concat_rep(__forest[__i], __result); in _S_balance() 1287 _My_rope::_S_concat_rep(__result_left, __right);
|