Home
last modified time | relevance | path

Searched refs:_S_tree_concat (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dropeimpl.h444 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) in _S_tree_concat() function
508 __result = _S_tree_concat(__left, __nright); in _S_concat_char_iter()
521 __result = _S_tree_concat(__r, __nright); in _S_concat_char_iter()
581 __result = _S_tree_concat(__r, __right); in _S_destr_concat_char_iter()
620 return(_S_tree_concat(__leftleft, __rest)); in _S_concat()
629 return(_S_tree_concat(__left, __right)); in _S_concat()
H A Dstl_rope.h1511 _S_tree_concat(_RopeRep* __left, _RopeRep* __right);