Searched refs:_S_apply_to_pieces (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.c | 785 bool _S_apply_to_pieces(_CharConsumer& __c, in _S_apply_to_pieces() function 802 if (!_S_apply_to_pieces(__c, __left, __begin, __left_end)) in _S_apply_to_pieces() 808 if (!_S_apply_to_pieces(__c, __right, in _S_apply_to_pieces() 901 _S_apply_to_pieces(__c, __r, __start, __start + __len); in _S_flatten() 908 _S_apply_to_pieces(__c, _M_tree_ptr._M_data, __start, size()); in find()
|
D | _rope.h | 1079 bool _S_apply_to_pieces(_CharConsumer& __c, 1188 { _S_apply_to_pieces(__c, _M_tree_ptr._M_data, __begin, __end); }
|