Home
last modified time | relevance | path

Searched refs:MyIter (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/
Dcpp20_iter_traits.pass.cpp21 struct MyIter : std::iterator<std::random_access_iterator_tag, char> {}; struct
27 struct iterator_traits<MyIter>
43 ASSERT_SAME_TYPE(std::_ITER_TRAITS<MyIter>, std::iterator_traits<MyIter>); in main()
Dcpp20_iter_concepts.pass.cpp27 struct MyIter : std::iterator<std::random_access_iterator_tag, char> { struct
55 ASSERT_SAME_TYPE(std::_ITER_CONCEPT<MyIter>, int); in main()
/external/llvm/unittests/ADT/
DImmutableSetTest.cpp21 struct MyIter { struct in __anone497a6c20111::ImmutableSetTest
25 MyIter() : counter(0), ptr(buffer) { in MyIter() function
147 S3.foreach<MyIter>(); in TEST_F()
159 MyIter obj; in TEST_F()
160 S3.foreach<MyIter>(obj); in TEST_F()
164 MyIter obj2; in TEST_F()
165 S2.foreach<MyIter>(obj2); in TEST_F()
169 MyIter obj3; in TEST_F()
170 S.foreach<MyIter>(obj); in TEST_F()
/external/llvm-project/llvm/unittests/ADT/
DImmutableSetTest.cpp20 struct MyIter { struct in __anon518acc500111::ImmutableSetTest
24 MyIter() : counter(0), ptr(buffer) { in MyIter() argument
146 S3.foreach<MyIter>(); in TEST_F()
158 MyIter obj; in TEST_F()
159 S3.foreach<MyIter>(obj); in TEST_F()
163 MyIter obj2; in TEST_F()
164 S2.foreach<MyIter>(obj2); in TEST_F()
168 MyIter obj3; in TEST_F()
169 S.foreach<MyIter>(obj); in TEST_F()
/external/python/cpython3/Lib/test/
Dtest_yield_from.py979 class MyIter: class
986 ret = yield from MyIter()
/external/python/cpython2/Lib/sqlite3/test/
Ddbapi.py339 class MyIter: class
350 self.cu.executemany("insert into test(income) values (?)", MyIter())
/external/python/cpython3/Lib/sqlite3/test/
Ddbapi.py371 class MyIter: class
382 self.cu.executemany("insert into test(income) values (?)", MyIter())