Searched refs:_S_concat_char_iter (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_rope.h | 1383 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 D | ropeimpl.h | 479 rope<_CharT,_Alloc>::_RopeRep* rope<_CharT,_Alloc>::_S_concat_char_iter in _S_concat_char_iter() function 543 if (__count > 1) return _S_concat_char_iter(__r, __s, __slen); in _S_destr_concat_char_iter()
|