Home
last modified time | relevance | path

Searched defs:unique_copy (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dunique_copy.hpp32 unique_copy( const SinglePassRange& rng, OutputIterator out_it ) in unique_copy() function
40 unique_copy( const SinglePassRange& rng, OutputIterator out_it, in unique_copy() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/
Dunique_copy.h102 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredica… in unique_copy() function
119 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { in unique_copy() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dunique_copy.h99 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredica… in unique_copy() function
116 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { in unique_copy() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/
Dunique_copy.h102 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredica… in unique_copy() function
119 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { in unique_copy() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/
Dunique_copy.h102 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredica… in unique_copy() function
119 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { in unique_copy() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dunique_copy.h102 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredica… in unique_copy() function
119 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { in unique_copy() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dunique_copy.h102 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredica… in unique_copy() function
119 unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { in unique_copy() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dtransformation.hpp400 struct unique_copy struct
406 struct result<This(R&, O)>
411 struct result<This(R&, O, P)>
416 typename detail::decay_array<O>::type operator()(R& r, O o) const in operator ()()
426 typename detail::decay_array<O>::type operator()(R& r, O o, P p) const in operator ()()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/
H A Dglue_algorithm_impl.h299 unique_copy(_ExecutionPolicy&& __exec, in unique_copy() function
311 __pstl::__internal::__enable_if_execution_policy<_ExecutionPolicy, _ForwardIterator2> unique_copy( in unique_copy() function
/aosp_15_r20/external/libcxx/fuzzing/
H A Dfuzzing.cpp410 int unique_copy (const uint8_t *data, size_t size) in unique_copy() function