Home
last modified time | relevance | path

Searched refs:_S_apply_to_pieces (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/libstdc++/include/ext/
Dropeimpl.h926 _S_apply_to_pieces(_Rope_char_consumer<_CharT>& __c, in _S_apply_to_pieces() function
941 if (!_S_apply_to_pieces(__c, __left, __begin, __left_end)) in _S_apply_to_pieces()
948 if (!_S_apply_to_pieces(__c, __right, in _S_apply_to_pieces()
1056 _S_apply_to_pieces(__c, __r, __start, __start + __len); in _S_flatten()
1066 _S_apply_to_pieces(__c, this->_M_tree_ptr, __start, size()); in find()
Drope1540 _S_apply_to_pieces(// should be template parameter
1596 { _S_apply_to_pieces(__c, this->_M_tree_ptr, __begin, __end); }
/trueos/contrib/libstdc++/
DChangeLog-20044376 * include/ext/ropeimpl.h (rope<>::_S_apply_to_pieces): Fix