Home
last modified time | relevance | path

Searched defs:copy_backward (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dcopy_backward.h129 copy_backward(_BidirectionalIterator1 __first, _BidirectionalIterator1 __last, in copy_backward() function
/external/cronet/base/ranges/
Dalgorithm.h1341 constexpr auto copy_backward(BidirectionalIterator1 first, in copy_backward() function
1364 constexpr auto copy_backward(Range&& range, BidirectionalIterator result) { in copy_backward() function
/external/cronet/buildtools/third_party/libc++/trunk/benchmarks/
Ddeque_iterator.bench.cpp133 } copy_backward; variable