Home
last modified time | relevance | path

Searched defs:reverse_copy (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/base/ranges/
H A Dalgorithm.h2504 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/
Dtransformation.hpp460 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/
Dreverse_copy.h22 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/
Dreverse_copy.h22 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/
Dreverse_copy.h22 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/
Dreverse_copy.h22 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/
Dreverse_copy.h22 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 Dreverse_copy.h22 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/
Dreverse_copy.hpp30 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/
Dreverse_copy.rst3 reverse_copy title
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/
H A Dglue_algorithm_impl.h328 reverse_copy(_ExecutionPolicy&& __exec, in reverse_copy() function