Home
last modified time | relevance | path

Searched refs:replace_if (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/libstdc++/include/backward/
Dalgo.h80 using std::replace_if;
/trueos/contrib/libc++/include/
Dalgorithm207 replace_if(ForwardIterator first, ForwardIterator last, Predicate pred, const T& new_value);
1981 // replace_if
1986 replace_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_v…
/trueos/contrib/libstdc++/include/bits/
Dstl_algo.h1022 replace_if(_ForwardIterator __first, _ForwardIterator __last, in replace_if() function
/trueos/contrib/libstdc++/
DChangeLog-20052973 * testsuite/25_algorithms/replace_if/1.cc: New.
2974 * testsuite/25_algorithms/replace_if/check_type.cc: New.
DChangeLog-20024468 transform, replace, replace_if, replace_copy, replace_copy_if,