Searched refs:bidirectional_iterator (Results 51 - 75 of 132) sorted by relevance

123456

/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/
H A Dpost.pass.cpp36 test(bidirectional_iterator<char*>(s), bidirectional_iterator<char*>(s+1));
H A Dpre.pass.cpp36 test(bidirectional_iterator<char*>(s), bidirectional_iterator<char*>(s+1));
/external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
H A Dreverse_iterator.pass.cpp39 test<bidirectional_iterator<Base*> >(bidirectional_iterator<Derived*>(&d));
H A Diter.pass.cpp32 test(bidirectional_iterator<const char*>(s));
/external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/
H A Dreverse_iterator.pass.cpp42 test<bidirectional_iterator<Base*> >(bidirectional_iterator<Derived*>(&d));
/external/libcxx/test/algorithms/alg.modifying.operations/alg.generate/
H A Dgenerate.pass.cpp44 test<bidirectional_iterator<int*> >();
H A Dgenerate_n.pass.cpp44 test<bidirectional_iterator<int*> >();
/external/libcxx/test/containers/sequences/deque/deque.cons/
H A Diter_iter_alloc.pass.cpp43 test(bidirectional_iterator<const int*>(ab), bidirectional_iterator<const int*>(an), test_allocator<int>(5));
48 test(bidirectional_iterator<const int*>(ab), bidirectional_iterator<const int*>(an), min_allocator<int>());
/external/libcxx/test/containers/sequences/vector.bool/
H A Dconstruct_iter_iter.pass.cpp38 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an));
44 test<std::vector<bool, min_allocator<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an));
H A Dconstruct_iter_iter_alloc.pass.cpp41 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc);
50 test<std::vector<bool, min_allocator<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc);
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
H A Diter.pass.cpp34 test(bidirectional_iterator<char*>(s));
/external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
H A Dunique_copy.pass.cpp98 test<input_iterator<const int*>, bidirectional_iterator<int*> >();
104 test<forward_iterator<const int*>, bidirectional_iterator<int*> >();
108 test<bidirectional_iterator<const int*>, output_iterator<int*> >();
109 test<bidirectional_iterator<const int*>, forward_iterator<int*> >();
110 test<bidirectional_iterator<const int*>, bidirectional_iterator<int*> >();
111 test<bidirectional_iterator<const int*>, random_access_iterator<int*> >();
112 test<bidirectional_iterator<const int*>, int*>();
116 test<random_access_iterator<const int*>, bidirectional_iterator<int*> >();
122 test<const int*, bidirectional_iterator<in
[all...]
H A Dunique_copy_pred.pass.cpp125 test<input_iterator<const int*>, bidirectional_iterator<int*> >();
131 test<forward_iterator<const int*>, bidirectional_iterator<int*> >();
135 test<bidirectional_iterator<const int*>, output_iterator<int*> >();
136 test<bidirectional_iterator<const int*>, forward_iterator<int*> >();
137 test<bidirectional_iterator<const int*>, bidirectional_iterator<int*> >();
138 test<bidirectional_iterator<const int*>, random_access_iterator<int*> >();
139 test<bidirectional_iterator<const int*>, int*>();
143 test<random_access_iterator<const int*>, bidirectional_iterator<int*> >();
149 test<const int*, bidirectional_iterator<in
[all...]
/external/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/
H A Dincludes.pass.cpp57 test<input_iterator<const int*>, bidirectional_iterator<const int*> >();
63 test<forward_iterator<const int*>, bidirectional_iterator<const int*> >();
67 test<bidirectional_iterator<const int*>, input_iterator<const int*> >();
68 test<bidirectional_iterator<const int*>, forward_iterator<const int*> >();
69 test<bidirectional_iterator<const int*>, bidirectional_iterator<const int*> >();
70 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >();
71 test<bidirectional_iterator<const int*>, const int*>();
75 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >();
81 test<const int*, bidirectional_iterator<cons
[all...]
H A Dincludes_comp.pass.cpp58 test<input_iterator<const int*>, bidirectional_iterator<const int*> >();
64 test<forward_iterator<const int*>, bidirectional_iterator<const int*> >();
68 test<bidirectional_iterator<const int*>, input_iterator<const int*> >();
69 test<bidirectional_iterator<const int*>, forward_iterator<const int*> >();
70 test<bidirectional_iterator<const int*>, bidirectional_iterator<const int*> >();
71 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >();
72 test<bidirectional_iterator<const int*>, const int*>();
76 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >();
82 test<const int*, bidirectional_iterator<cons
[all...]
/external/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/
H A Dfind_end.pass.cpp49 test<forward_iterator<const int*>, bidirectional_iterator<const int*> >();
51 test<bidirectional_iterator<const int*>, forward_iterator<const int*> >();
52 test<bidirectional_iterator<const int*>, bidirectional_iterator<const int*> >();
53 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >();
55 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >();
/external/libcxx/test/re/re.alg/re.alg.replace/
H A Dtest1.pass.cpp33 typedef bidirectional_iterator<const char*> Bi;
45 typedef bidirectional_iterator<const char*> Bi;
58 typedef bidirectional_iterator<const char*> Bi;
71 typedef bidirectional_iterator<const char*> Bi;
84 typedef bidirectional_iterator<const char*> Bi;
97 typedef bidirectional_iterator<const char*> Bi;
H A Dtest2.pass.cpp33 typedef bidirectional_iterator<const char*> Bi;
45 typedef bidirectional_iterator<const char*> Bi;
58 typedef bidirectional_iterator<const char*> Bi;
71 typedef bidirectional_iterator<const char*> Bi;
84 typedef bidirectional_iterator<const char*> Bi;
97 typedef bidirectional_iterator<const char*> Bi;
/external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
H A Dfill.pass.cpp51 test_char<bidirectional_iterator<char*> >();
56 test_int<bidirectional_iterator<int*> >();
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
H A Dmove_iterator.pass.cpp44 test<bidirectional_iterator<Base*> >(bidirectional_iterator<Derived*>(&d));
/external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
H A Dreplace.pass.cpp41 test<bidirectional_iterator<int*> >();
H A Dreplace_if.pass.cpp42 test<bidirectional_iterator<int*> >();
/external/libcxx/test/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter_alloc.pass.cpp52 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc);
63 test<std::vector<int, min_allocator<int>> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc);
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/
H A Dmake_move_iterator.pass.cpp37 test(bidirectional_iterator<char*>(s+5));
/external/libcxx/test/numerics/numeric.ops/numeric.iota/
H A Diota.pass.cpp35 test<bidirectional_iterator<int*> >();

Completed in 823 milliseconds

123456