Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DImmutableSetTest.cpp21 struct MyIter { struct in __anon23491ae50111::ImmutableSetTest
25 MyIter() : counter(0), ptr(buffer) { in MyIter() argument
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/unittests/ADT/
DImmutableSetTest.cpp21 struct MyIter { struct in __anon532e714d0111::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/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.py359 class MyIter: class
370 self.cu.executemany("insert into test(income) values (?)", MyIter())