Searched refs:replace_if (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/replace_if/requirements/explicit_instantiation/
H A D2.cc35 template void replace_if(iterator_type, iterator_type, predicate_type,
H A Dpod.cc34 template void replace_if(iterator_type, iterator_type, predicate_type,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/replace_if/
H A Dcheck_type.cc18 // 25.2.4 replace_if
44 { return std::replace_if(begin, end, pred_fn, new_val); }
49 { return std::replace_if(begin, end, pred_obj(), new_val); }
H A D1.cc18 // 25.2.4 replace_if
38 std::replace_if(con.begin(), con.end(), predicate, 1);
45 std::replace_if(con.begin(), con.end(), predicate, 2);
53 std::replace_if(con.begin(), con.end(), predicate, 3);
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h49 using __STD::replace_if;
H A Dstl_algo.h465 // replace, replace_if, replace_copy, replace_copy_if
476 void replace_if(_ForwardIter __first, _ForwardIter __last, function
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dalgorithmfwd.h496 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
500 replace_if(_FIter, _FIter, _Predicate, const _Tp&,
505 replace_if(_FIter, _FIter, _Predicate, const _Tp&,
H A Dalgo.h1456 replace_if(_FIterator __begin, _FIterator __end, _Predicate __pred, function in namespace:__parallel
1458 { _GLIBCXX_STD_A::replace_if(__begin, __end, __pred, __new_value); }
1466 { replace_if(__begin, __end, __pred, __new_value,
1493 replace_if(__begin, __end, __pred, __new_value,
1500 replace_if(_FIterator __begin, _FIterator __end, function in namespace:__parallel
1512 replace_if(_FIterator __begin, _FIterator __end, function in namespace:__parallel
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc172 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h107 replace_if
523 // replace_if
750 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
H A Dstl_algo.h3102 // replace_if
4258 * @return replace_if() returns no value.
4265 replace_if(_ForwardIterator __first, _ForwardIterator __last, function

Completed in 122 milliseconds