HomeSort by relevance Sort by last modified time
    Searched refs:reverse_copy (Results 1 - 11 of 11) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.reverse/
reverse_copy.pass.cpp 14 // reverse_copy(InIter first, InIter last, OutIter result);
28 OutIter r = std::reverse_copy(InIter(ia), InIter(ia), OutIter(ja));
31 r = std::reverse_copy(InIter(ia), InIter(ia+sa), OutIter(ja));
37 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb));
45 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc));
54 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd));
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
reverse_copy.pass.cpp 14 // reverse_copy(InIter first, InIter last, OutIter result);
27 auto it = std::reverse_copy(std::begin(ia), std::end(ia), std::begin(ib));
42 OutIter r = std::reverse_copy(InIter(ia), InIter(ia), OutIter(ja));
45 r = std::reverse_copy(InIter(ia), InIter(ia+sa), OutIter(ja));
51 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb));
59 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc));
68 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd));
  /external/tensorflow/tensorflow/core/kernels/
decode_raw_op.cc 87 std::reverse_copy(p, p + sizeof(T), q);
  /system/bt/types/bluetooth/
uuid.cc 131 std::reverse_copy(uuid.data(), uuid.data() + kNumBytes128, u.uu.begin());
143 std::reverse_copy(uu.data(), uu.data() + kNumBytes128, le.begin());
  /external/pdfium/core/fxcodec/gif/
cfx_lzwdecompressor.cpp 192 std::reverse_copy(decompressed_.data() + decompressed_next_ - copy_size,
  /external/tensorflow/tensorflow/contrib/lite/kernels/
strided_slice.cc 133 std::reverse_copy(output_shape_vector.begin(), output_shape_vector.end(),
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_code.cc 281 std::reverse_copy(call_ids->begin(), call_ids->end(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 109 reverse_copy
517 reverse_copy(_BIter, _BIter, _OIter);
stl_algo.h 1469 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
algorithmfwd.h 109 reverse_copy
517 reverse_copy(_BIter, _BIter, _OIter);
stl_algo.h 1469 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, function
    [all...]

Completed in 258 milliseconds