Searched defs:replace_if (Results 1 – 7 of 7) sorted by relevance
| /external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/transformation/ |
| D | replace_if.hpp | 22 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/ |
| D | replace_if.hpp | 31 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/ |
| D | replace_if.h | 23 replace_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_v… in replace_if() function
|
| D | pstl_replace.h | 69 replace_if(_ExecutionPolicy&& __policy, in replace_if() function
|
| /external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/ |
| D | replace_if.rst | 3 replace_if title
|
| /external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/ |
| D | replaced_if.hpp | 142 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/ |
| D | transformation.hpp | 144 struct replace_if struct 146 typedef void result_type; 149 void operator()(R& r, P p, T const& with) const in operator ()()
|