Searched refs:test_iterator (Results 1 - 3 of 3) sorted by relevance

/external/llvm/unittests/Support/
H A DIteratorTest.cpp27 typedef pointee_iterator<SmallVectorImpl<int *>::const_iterator> test_iterator; typedef
29 test_iterator Begin, End;
31 End = test_iterator(V.end());
33 test_iterator I = Begin;
39 test_iterator J = Begin;
54 test_iterator K = I++;
68 SmallVectorImpl<std::unique_ptr<int>>::const_iterator> test_iterator; typedef
70 test_iterator Begin, End;
72 End = test_iterator(V.end());
74 test_iterator
[all...]
/external/libcxx/test/iterators/iterator.primitives/iterator.traits/
H A Diterator.pass.cpp27 struct test_iterator struct
38 typedef std::iterator_traits<test_iterator> It;
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DSQLExceptionTest.java593 public void test_iterator() throws Exception { method in class:SQLExceptionTest

Completed in 937 milliseconds