Home
last modified time | relevance | path

Searched defs:replace_copy (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/range/algorithm/
Dreplace_copy.hpp30 replace_copy(const ForwardRange& rng, OutputIterator out_it, const Value& what, in replace_copy() function
/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/boost/phoenix/stl/algorithm/
Dtransformation.hpp155 struct replace_copy struct
161 struct result<This(R&, O, T&, T2&)>
167 operator()(R& r, O o, T const& what, T const& with) const in operator ()()
/third_party/boost/boost/lambda/
Dalgorithm.hpp405 struct replace_copy { struct
408 struct sig {
416 operator()(A a, A b, C c, const D& d, const D& e) const in operator ()()
/third_party/boost/boost/poly_collection/
Dalgorithm.hpp881 OutputIterator replace_copy( in replace_copy() function