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

/haiku/headers/cpp/
H A Dstl_rope.h1383 static _RopeRep* _S_concat_char_iter(_RopeRep* __r,
1395 { return _S_concat_char_iter(__r, __iter, __slen); }
1697 _M_tree_ptr = _S_concat_char_iter(_M_tree_ptr, &__x, 1);
1993 _S_concat_char_iter(__left, __i, __n));
2425 rope<_CharT,_Alloc>::_S_concat_char_iter(
2443 rope<_CharT,_Alloc>::_S_concat_char_iter(
H A Dropeimpl.h479 rope<_CharT,_Alloc>::_RopeRep* rope<_CharT,_Alloc>::_S_concat_char_iter function in class:rope
543 if (__count > 1) return _S_concat_char_iter(__r, __s, __slen);

Completed in 71 milliseconds