/third_party/boost/libs/range/doc/reference/algorithm/ |
D | replace_copy.qbk | 6 [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/ |
D | replace_copy.hpp | 30 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/ |
D | replace_copy.cpp | 44 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/ |
D | replace_copy.hpp | 36 replace_copy(InputIterator first, in replace_copy() function
|
/third_party/boost/boost/compute/algorithm/ |
D | replace_copy.hpp | 36 replace_copy(InputIterator first, in replace_copy() function
|
/third_party/boost/libs/compute/test/ |
D | test_replace.cpp | 45 bc::replace_copy(a.begin(), a.end(), b.begin(), 3, 9, queue); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/phoenix/test/algorithm/ |
D | transformation1.cpp | 143 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/ |
D | reference.qbk | 97 * [funcref boost::compute::replace_copy replace_copy()]
|
/third_party/boost/boost/phoenix/stl/algorithm/ |
D | transformation.hpp | 155 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/ |
D | stl.qbk | 200 [[`replace_copy(r, o, a, b)`] [`replace_copy(begin(r), end(r), o, a, b)`] []]
|
/third_party/boost/libs/range/doc/ |
D | boost_range.qbk | 126 …hms_replace_copy__ [link range.reference.algorithms.mutating.replace_copy replace_copy]]
|
D | headers.qbk | 103 [[`<boost/range/algorithm/replace_copy.hpp>`] [__range_algorithms_replace_copy__]]
|
/third_party/boost/libs/range/test/ |
D | Jamfile.v2 | 139 [ range-test algorithm_test/replace_copy ]
|
/third_party/boost/libs/range/doc/html/ |
D | quickbook_HTML.manifest | 57 range/reference/algorithms/mutating/replace_copy.html
|
/third_party/boost/libs/compute/doc/html/ |
D | standalone_HTML.manifest | 65 boost/compute/replace_copy.html
|
/third_party/boost/libs/range/doc/reference/ |
D | algorithms.qbk | 104 [include algorithm/replace_copy.qbk]
|
/third_party/boost/boost/lambda/ |
D | algorithm.hpp | 405 struct replace_copy { struct 417 { return ::std::replace_copy(a, b, c, d, e); } in operator ()()
|
/third_party/boost/boost/msm/front/euml/ |
D | transformation.hpp | 70 BOOST_MSM_EUML_FUNCTION(ReplaceCopy_ , std::replace_copy , replace_copy_ , RESULT_TYPE_PARAM3 , RES…
|
/third_party/boost/libs/poly_collection/test/ |
D | test_algorithm_impl.hpp | 118 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/ |
D | algorithm.hpp | 881 OutputIterator replace_copy( in replace_copy() function 1156 using detail::algorithm::replace_copy;
|
/third_party/boost/libs/concept_check/test/ |
D | stl_concept_covering.cpp | 392 out = std::replace_copy(in, in, out, value, value); in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | container.h | 645 return std::replace_copy(container_algorithm_internal::c_begin(c),
|
/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 645 return std::replace_copy(container_algorithm_internal::c_begin(c),
|
/third_party/boost/libs/poly_collection/doc/ |
D | reference.qbk | 1384 OutputIterator replace_copy(
|