Home
last modified time | relevance | path

Searched defs:remove_copy_if (Results 1 – 4 of 4) sorted by relevance

/external/cronet/third_party/libc++/src/include/__algorithm/
Dremove_copy_if.h23 remove_copy_if(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate … in remove_copy_if() function
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dremove_copy_if.hpp31 remove_copy_if(const SinglePassRange& rng, OutputIterator out_it, Predicate pred) in remove_copy_if() function
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dtransformation.hpp321 struct remove_copy_if struct
327 struct result<This(R&, O, P)>
333 operator()(R& r, O o, P p) const in operator ()()
/external/cronet/third_party/libc++/src/include/__pstl/internal/
Dglue_algorithm_impl.h240 …pstl::__internal::__enable_if_execution_policy<_ExecutionPolicy, _ForwardIterator2> remove_copy_if( in remove_copy_if() function