Home
last modified time | relevance | path

Searched refs:test_iterator (Results 1 – 5 of 5) sorted by relevance

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