Home
last modified time | relevance | path

Searched defs:test_iterator (Results 1 – 3 of 3) sorted by relevance

/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/llvm/unittests/Support/
DIteratorTest.cpp27 typedef pointee_iterator<SmallVectorImpl<int *>::const_iterator> test_iterator; in TEST() typedef
68 SmallVectorImpl<std::unique_ptr<int>>::const_iterator> test_iterator; in TEST() typedef
/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