HomeSort by relevance Sort by last modified time
    Searched full:random_access_iterator (Results 176 - 200 of 321) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/algorithms/alg.nonmodifying/alg.search/
search.pass.cpp 65 test<forward_iterator<const int*>, random_access_iterator<const int*> >();
68 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >();
69 test<random_access_iterator<const int*>, forward_iterator<const int*> >();
70 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >();
71 test<random_access_iterator<const int*>, random_access_iterator<const int*> >();
search_pred.pass.cpp 104 test<forward_iterator<const int*>, random_access_iterator<const int*> >();
107 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >();
108 test<random_access_iterator<const int*>, forward_iterator<const int*> >();
109 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >();
110 test<random_access_iterator<const int*>, random_access_iterator<const int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/
find_end_pred.pass.cpp 79 test<forward_iterator<const int*>, random_access_iterator<const int*> >();
82 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >();
83 test<random_access_iterator<const int*>, forward_iterator<const int*> >();
84 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >();
85 test<random_access_iterator<const int*>, random_access_iterator<const int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/
search.pass.cpp 65 test<forward_iterator<const int*>, random_access_iterator<const int*> >();
68 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >();
69 test<random_access_iterator<const int*>, forward_iterator<const int*> >();
70 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >();
71 test<random_access_iterator<const int*>, random_access_iterator<const int*> >();
search_pred.pass.cpp 104 test<forward_iterator<const int*>, random_access_iterator<const int*> >();
107 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >();
108 test<random_access_iterator<const int*>, forward_iterator<const int*> >();
109 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >();
110 test<random_access_iterator<const int*>, random_access_iterator<const int*> >();
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
fill.pass.cpp 52 test_char<random_access_iterator<char*> >();
57 test_int<random_access_iterator<int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
fill.pass.cpp 52 test_char<random_access_iterator<char*> >();
57 test_int<random_access_iterator<int*> >();
  /external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
default.pass.cpp 32 test<random_access_iterator<char*> >();
iter.pass.cpp 35 test(random_access_iterator<char*>(s));
  /external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
default.pass.cpp 30 test<random_access_iterator<char*> >();
iter.pass.cpp 33 test(random_access_iterator<const char*>(s));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
default.pass.cpp 32 test<random_access_iterator<char*> >();
iter.pass.cpp 35 test(random_access_iterator<char*>(s));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
default.pass.cpp 30 test<random_access_iterator<char*> >();
iter.pass.cpp 33 test(random_access_iterator<const char*>(s));
  /external/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>*> >();
  /external/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));
  /external/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;
  /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));

Completed in 1496 milliseconds

1 2 3 4 5 6 78 91011>>