Home
last modified time | relevance | path

Searched defs:replace_if (Results 1 – 7 of 7) sorted by relevance

/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/transformation/
Dreplace_if.hpp22 struct replace_if struct
24 typedef transform_view<Sequence, detail::replacer_if<F, T> > type;
35 replace_if(Sequence const& seq, F pred, T const& new_value) in replace_if() function
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dreplace_if.hpp31 replace_if(ForwardRange& rng, UnaryPredicate pred, in replace_if() function
42 replace_if(const ForwardRange& rng, UnaryPredicate pred, in replace_if() function
/external/cronet/third_party/libc++/src/include/__algorithm/
Dreplace_if.h23 replace_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_v… in replace_if() function
Dpstl_replace.h69 replace_if(_ExecutionPolicy&& __policy, in replace_if() function
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Dreplace_if.rst3 replace_if title
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/
Dreplaced_if.hpp142 replace_if(SinglePassRange& rng, Pred pred, Value to) in replace_if() function
153 replace_if(const SinglePassRange& rng, Pred pred, Value to) in replace_if() function
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dtransformation.hpp144 struct replace_if struct
146 typedef void result_type;
149 void operator()(R& r, P p, T const& with) const in operator ()()