HomeSort by relevance Sort by last modified time
    Searched full:random_access_iterator (Results 201 - 225 of 314) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/std/containers/sequences/deque/deque.special/
copy_backward.pass.cpp 51 typedef random_access_iterator<I> RAI;
52 typedef random_access_iterator<CI> RACI;
move.pass.cpp 51 typedef random_access_iterator<I> RAI;
52 typedef random_access_iterator<CI> RACI;
move_backward.pass.cpp 51 typedef random_access_iterator<I> RAI;
52 typedef random_access_iterator<CI> RACI;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
remove.pass.cpp 72 test<random_access_iterator<int*> >();
79 test1<random_access_iterator<std::unique_ptr<int>*> >();
remove_if.pass.cpp 81 test<random_access_iterator<int*> >();
88 test1<random_access_iterator<std::unique_ptr<int>*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
iter_iter.pass.cpp 57 test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
copy.pass.cpp 51 typedef random_access_iterator<I> RAI;
52 typedef random_access_iterator<CI> RACI;
copy_backward.pass.cpp 51 typedef random_access_iterator<I> RAI;
52 typedef random_access_iterator<CI> RACI;
move.pass.cpp 51 typedef random_access_iterator<I> RAI;
52 typedef random_access_iterator<CI> RACI;
move_backward.pass.cpp 51 typedef random_access_iterator<I> RAI;
52 typedef random_access_iterator<CI> RACI;
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/
generate.pass.cpp 45 test<random_access_iterator<int*> >();
generate_n.pass.cpp 48 test<random_access_iterator<int*> >();
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp 42 test<random_access_iterator<int*> >();
replace_if.pass.cpp 43 test<random_access_iterator<int*> >();
  /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/
make_move_iterator.pass.cpp 38 test(random_access_iterator<char*>(s+5));
  /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
difference_type.pass.cpp 48 test(random_access_iterator<char*>(s+5), 4, '0');
  /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/
difference_type.pass.cpp 36 test(random_access_iterator<const char*>(s+5), 4, '1');
  /external/libcxx/test/std/numerics/numeric.ops/numeric.iota/
iota.pass.cpp 36 test<random_access_iterator<int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.generate/
generate.pass.cpp 45 test<random_access_iterator<int*> >();
generate_n.pass.cpp 45 test<random_access_iterator<int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp 42 test<random_access_iterator<int*> >();
replace_if.pass.cpp 43 test<random_access_iterator<int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/
max_element.pass.cpp 64 test<random_access_iterator<const int*> >();
min_element.pass.cpp 64 test<random_access_iterator<const int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/
make_move_iterator.pass.cpp 38 test(random_access_iterator<char*>(s+5));

Completed in 165 milliseconds

1 2 3 4 5 6 7 891011>>