Home
last modified time | relevance | path

Searched refs:replace_copy (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/range/doc/reference/algorithm/
Dreplace_copy.qbk6 [section:replace_copy replace_copy]
12 OutputIterator replace_copy(const ForwardRange& rng, OutputIterator out,
18 `replace_copy` copy every element `x` in `rng` such that the corresponding element in the output ra…
22 Defined in the header file `boost/range/algorithm/replace_copy.hpp`
34 Linear. `replace_copy` performs exactly `distance(rng)`.
/third_party/boost/boost/range/algorithm/
Dreplace_copy.hpp30 replace_copy(const ForwardRange& rng, OutputIterator out_it, const Value& what, in replace_copy() function
34 return std::replace_copy(boost::begin(rng), boost::end(rng), out_it, in replace_copy()
39 using range::replace_copy;
/third_party/boost/libs/range/test/algorithm_test/
Dreplace_copy.cpp44 std::replace_copy(c.begin(), c.end(), in test_replace_copy_impl()
50 boost::replace_copy(c, std::back_inserter(test), to_replace, replace_with), in test_replace_copy_impl()
58 boost::replace_copy(boost::make_iterator_range(c), in test_replace_copy_impl()
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dreplace_copy.hpp36 replace_copy(InputIterator first, in replace_copy() function
/third_party/boost/boost/compute/algorithm/
Dreplace_copy.hpp36 replace_copy(InputIterator first, in replace_copy() function
/third_party/boost/libs/compute/test/
Dtest_replace.cpp45 bc::replace_copy(a.begin(), a.end(), b.begin(), 3, 9, queue); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/phoenix/test/algorithm/
Dtransformation1.cpp143 using boost::phoenix::replace_copy; in replace_copy_test()
148 replace_copy(arg1, arg2, 2, 4)(input, output); in replace_copy_test()
/third_party/boost/libs/compute/doc/
Dreference.qbk97 * [funcref boost::compute::replace_copy replace_copy()]
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp155 struct replace_copy struct
169 return std::replace_copy(detail::begin_(r), detail::end_(r), o, what, with); in operator ()()
1135 BOOST_PHOENIX_ADAPT_CALLABLE(replace_copy, impl::replace_copy, 4)
/third_party/boost/libs/phoenix/doc/modules/
Dstl.qbk200 [[`replace_copy(r, o, a, b)`] [`replace_copy(begin(r), end(r), o, a, b)`] []]
/third_party/boost/libs/range/doc/
Dboost_range.qbk126 …hms_replace_copy__ [link range.reference.algorithms.mutating.replace_copy replace_copy]]
Dheaders.qbk103 [[`<boost/range/algorithm/replace_copy.hpp>`] [__range_algorithms_replace_copy__]]
/third_party/boost/libs/range/test/
DJamfile.v2139 [ range-test algorithm_test/replace_copy ]
/third_party/boost/libs/range/doc/html/
Dquickbook_HTML.manifest57 range/reference/algorithms/mutating/replace_copy.html
/third_party/boost/libs/compute/doc/html/
Dstandalone_HTML.manifest65 boost/compute/replace_copy.html
/third_party/boost/libs/range/doc/reference/
Dalgorithms.qbk104 [include algorithm/replace_copy.qbk]
/third_party/boost/boost/lambda/
Dalgorithm.hpp405 struct replace_copy { struct
417 { return ::std::replace_copy(a, b, c, d, e); } in operator ()()
/third_party/boost/boost/msm/front/euml/
Dtransformation.hpp70 BOOST_MSM_EUML_FUNCTION(ReplaceCopy_ , std::replace_copy , replace_copy_ , RESULT_TYPE_PARAM3 , RES…
/third_party/boost/libs/poly_collection/test/
Dtest_algorithm_impl.hpp118 DEFINE_ALGORITHM(std_replace_copy,std::replace_copy)
119 DEFINE_ALGORITHM(poly_replace_copy,boost::poly_collection::replace_copy)
/third_party/boost/boost/poly_collection/
Dalgorithm.hpp881 OutputIterator replace_copy( in replace_copy() function
1156 using detail::algorithm::replace_copy;
/third_party/boost/libs/concept_check/test/
Dstl_concept_covering.cpp392 out = std::replace_copy(in, in, out, value, value); in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer.h645 return std::replace_copy(container_algorithm_internal::c_begin(c),
/third_party/abseil-cpp/absl/algorithm/
Dcontainer.h645 return std::replace_copy(container_algorithm_internal::c_begin(c),
/third_party/boost/libs/poly_collection/doc/
Dreference.qbk1384 OutputIterator replace_copy(