Searched refs:remove_copy_if (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
D | remove_copy_if.pass.cpp | 31 auto it = std::remove_copy_if(std::begin(ia), std::end(ia), std::begin(ib), equalToTwo); in test_constexpr() 47 OutIter r = std::remove_copy_if(InIter(ia), InIter(ia+sa), in test()
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
D | remove_copy_if.pass.cpp | 32 auto it = std::remove_copy_if(std::begin(ia), std::end(ia), std::begin(ib), equalToTwo); in test_constexpr() 48 OutIter r = std::remove_copy_if(InIter(ia), InIter(ia+sa), in test()
|
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/ |
D | copy_if.pass.cpp | 68 i = remove_copy_if(first, last, expected_first, [=](const T& x) { return !pred(x); }); in operator ()() 69 k = remove_copy_if(exec, first, last, out_first, [=](const T& x) { return !pred(x); }); in operator ()() 122 …invoke_if(exec, [&]() { remove_copy_if(exec, input_iter, input_iter, out_iter, non_const(is_even))… in operator ()()
|
/external/llvm-project/libcxx/test/std/algorithms/ |
D | robust_against_adl.pass.cpp | 74 (void)std::remove_copy_if(t.data, t.data+10, u.data, [](void*){ return true; }); in test()
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 980 std::remove_copy_if(Str.begin(), Str.end(), std::back_inserter(Buffer), in GetFloatValue()
|
/external/llvm-project/pstl/include/pstl/internal/ |
D | glue_algorithm_defs.h | 214 remove_copy_if(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last,
|
D | glue_algorithm_impl.h | 463 remove_copy_if(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, in remove_copy_if() function
|
/external/llvm-project/clang/lib/Lex/ |
D | LiteralSupport.cpp | 1066 std::remove_copy_if(Str.begin(), Str.end(), std::back_inserter(Buffer), in GetFloatValue()
|
/external/libtextclassifier/abseil-cpp/absl/algorithm/ |
D | container.h | 733 return std::remove_copy_if(container_algorithm_internal::c_begin(c),
|
/external/openscreen/third_party/abseil/src/absl/algorithm/ |
D | container.h | 733 return std::remove_copy_if(container_algorithm_internal::c_begin(c),
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 733 return std::remove_copy_if(container_algorithm_internal::c_begin(c),
|
/external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 697 return std::remove_copy_if(container_algorithm_internal::c_begin(c),
|
/external/angle/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 733 return std::remove_copy_if(container_algorithm_internal::c_begin(c),
|
/external/abseil-cpp/absl/algorithm/ |
D | container.h | 697 return std::remove_copy_if(container_algorithm_internal::c_begin(c),
|
/external/libcxx/include/ |
D | algorithm | 252 remove_copy_if(InputIterator first, InputIterator last, OutputIterator result, Predicate pred); 2061 // remove_copy_if 2066 remove_copy_if(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate …
|
/external/llvm-project/libcxx/include/ |
D | algorithm | 251 remove_copy_if(InputIterator first, InputIterator last, OutputIterator result, Predicate pred); 2178 // remove_copy_if 2183 remove_copy_if(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate …
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | StdSymbolMap.inc | 964 SYMBOL(remove_copy_if, std::, <algorithm>)
|