Searched defs:reverse_copy (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/cronet/base/ranges/ |
H A D | algorithm.h | 2504 constexpr auto reverse_copy(BidirectionalIterator first, in reverse_copy() function 2528 constexpr auto reverse_copy(Range&& range, OutputIterator result) { in reverse_copy() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/ |
D | transformation.hpp | 460 struct reverse_copy struct 466 struct result<This(R&, O)> 471 typename detail::decay_array<O>::type operator()(R& r, O o) const in operator ()()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/ |
D | reverse_copy.h | 22 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul… in reverse_copy() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/ |
D | reverse_copy.h | 22 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul… in reverse_copy() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/ |
D | reverse_copy.h | 22 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul… in reverse_copy() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/ |
D | reverse_copy.h | 22 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul… in reverse_copy() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/ |
D | reverse_copy.h | 22 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul… in reverse_copy() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/ |
H A D | reverse_copy.h | 22 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul… in reverse_copy() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/ |
D | reverse_copy.hpp | 30 inline OutputIterator reverse_copy(const BidirectionalRange& rng, OutputIterator out) in reverse_copy() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/ |
D | reverse_copy.rst | 3 reverse_copy title
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/ |
H A D | glue_algorithm_impl.h | 328 reverse_copy(_ExecutionPolicy&& __exec, in reverse_copy() function
|