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

/haiku/headers/cpp/
H A Dropeimpl.h834 bool rope<_CharT, _Alloc>::_S_apply_to_pieces( function in class:rope
848 if (!_S_apply_to_pieces(__c, __left, __begin, __left_end))
854 if (!_S_apply_to_pieces(__c, __right,
943 _S_apply_to_pieces(__c, __r, __start, __start + __len);
952 _S_apply_to_pieces(__c, _M_tree_ptr, __start, size());
H A Dstl_rope.h1351 static bool _S_apply_to_pieces(
1407 _S_apply_to_pieces(__c, _M_tree_ptr, __begin, __end);

Completed in 63 milliseconds