HomeSort by relevance Sort by last modified time
    Searched full:forward_iterator (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.operations/
distance.pass.cpp 36 test(forward_iterator<const char*>(s), forward_iterator<const char*>(s+10), 10);
advance.pass.cpp 38 test(forward_iterator<const char*>(s), 10, forward_iterator<const char*>(s+10));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
convert.pass.cpp 40 test<forward_iterator<Base*> >(forward_iterator<Derived*>(&d));
default.pass.cpp 30 test<forward_iterator<char*> >();
iter.pass.cpp 33 test(forward_iterator<char*>(s));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/
post.pass.cpp 35 test(forward_iterator<char*>(s), forward_iterator<char*>(s+1));
pre.pass.cpp 35 test(forward_iterator<char*>(s), forward_iterator<char*>(s+1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
move_iterator.pass.cpp 43 test<forward_iterator<Base*> >(forward_iterator<Derived*>(&d));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/
find_end_pred.pass.cpp 77 test<forward_iterator<const int*>, forward_iterator<const int*> >();
78 test<forward_iterator<const int*>, bidirectional_iterator<const int*> >();
79 test<forward_iterator<const int*>, random_access_iterator<const int*> >();
80 test<bidirectional_iterator<const int*>, forward_iterator<const int*> >();
83 test<random_access_iterator<const int*>, forward_iterator<const int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/
search.pass.cpp 63 test<forward_iterator<const int*>, forward_iterator<const int*> >();
64 test<forward_iterator<const int*>, bidirectional_iterator<const int*> >();
65 test<forward_iterator<const int*>, random_access_iterator<const int*> >();
66 test<bidirectional_iterator<const int*>, forward_iterator<const int*> >();
69 test<random_access_iterator<const int*>, forward_iterator<const int*> >();
search_pred.pass.cpp 102 test<forward_iterator<const int*>, forward_iterator<const int*> >();
103 test<forward_iterator<const int*>, bidirectional_iterator<const int*> >();
104 test<forward_iterator<const int*>, random_access_iterator<const int*> >();
105 test<bidirectional_iterator<const int*>, forward_iterator<const int*> >();
108 test<random_access_iterator<const int*>, forward_iterator<const int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
reverse_copy.pass.cpp 65 test<bidirectional_iterator<const int*>, forward_iterator<int*> >();
71 test<random_access_iterator<const int*>, forward_iterator<int*> >();
77 test<const int*, forward_iterator<int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
insert_iter_iter_iter.pass.cpp 47 std::vector<int>::iterator i = v.insert(v.cbegin() + 10, forward_iterator<const int*>(a),
48 forward_iterator<const int*>(a+N));
79 std::vector<int>::iterator i = v.insert(v.cbegin() + 10, forward_iterator<const int*>(a),
80 forward_iterator<const int*>(a+N));
123 std::vector<int, min_allocator<int>>::iterator i = v.insert(v.cbegin() + 10, forward_iterator<const int*>(a),
124 forward_iterator<const int*>(a+N));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
fill.pass.cpp 50 test_char<forward_iterator<char*> >();
55 test_int<forward_iterator<int*> >();
fill_n.pass.cpp 50 test_char<forward_iterator<char*> >();
55 test_int<forward_iterator<int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
transform.pass.cpp 28 typedef forward_iterator<const char*> F;
37 typedef forward_iterator<const wchar_t*> F;
transform_primary.pass.cpp 29 typedef forward_iterator<const char*> F;
40 typedef forward_iterator<const wchar_t*> F;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
insert_iter_iter_iter.pass.cpp 43 std::vector<bool>::iterator i = v.insert(v.cbegin() + 10, forward_iterator<const bool*>(a),
44 forward_iterator<const bool*>(a+N));
76 std::vector<bool, min_allocator<bool>>::iterator i = v.insert(v.cbegin() + 10, forward_iterator<const bool*>(a),
77 forward_iterator<const bool*>(a+N));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
remove.pass.cpp 70 test<forward_iterator<int*> >();
77 test1<forward_iterator<std::unique_ptr<int>*> >();
remove_if.pass.cpp 79 test<forward_iterator<int*> >();
86 test1<forward_iterator<std::unique_ptr<int>*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
iter_iter.pass.cpp 55 test(forward_iterator<const int*>(ab), forward_iterator<const int*>(an));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.generate/
generate.pass.cpp 43 test<forward_iterator<int*> >();
generate_n.pass.cpp 43 test<forward_iterator<int*> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp 40 test<forward_iterator<int*> >();
replace_if.pass.cpp 41 test<forward_iterator<int*> >();

Completed in 158 milliseconds

1 23 4 5 6