Searched refs:_S_apply_to_pieces (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/libstdc++/include/ext/ |
| D | ropeimpl.h | 926 _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()
|
| D | rope | 1540 _S_apply_to_pieces(// should be template parameter 1596 { _S_apply_to_pieces(__c, this->_M_tree_ptr, __begin, __end); }
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog-2004 | 4376 * include/ext/ropeimpl.h (rope<>::_S_apply_to_pieces): Fix
|