Home
last modified time | relevance | path

Searched defs:MyIter (Results 1 – 8 of 8) sorted by relevance

/external/v8/tools/clang/rewrite_scoped_refptr/tests/
Dtest12-expected.cc17 class MyIter class
20 MyIter() {} in MyIter() function in MyIter
21 MyIter(const MyIter& other) : it_(other.it_) {} in MyIter() function in MyIter
22 explicit MyIter(MyMap::const_iterator it) : it_(it) {} in MyIter() function in MyIter
Dtest12-original.cc17 class MyIter class
20 MyIter() {} in MyIter() function in MyIter
21 MyIter(const MyIter& other) : it_(other.it_) {} in MyIter() function in MyIter
22 explicit MyIter(MyMap::const_iterator it) : it_(it) {} in MyIter() function in MyIter
/external/llvm/unittests/ADT/
DImmutableSetTest.cpp21 struct MyIter { struct in __anon7f81140b0111::ImmutableSetTest
22 int counter;
23 char *ptr;
25 MyIter() : counter(0), ptr(buffer) { in MyIter() function
28 void operator()(char c) { in operator ()()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DImmutableSetTest.cpp21 struct MyIter { struct in __anone0ca8d630111::ImmutableSetTest
22 int counter;
23 char *ptr;
25 MyIter() : counter(0), ptr(buffer) { in MyIter() argument
28 void operator()(char c) { in operator ()()
/external/swiftshader/third_party/LLVM/unittests/ADT/
DImmutableSetTest.cpp21 struct MyIter { struct in __anonc65ba1370111::ImmutableSetTest
22 int counter;
23 char *ptr;
25 MyIter() : counter(0), ptr(buffer) { in MyIter() argument
28 void operator()(char c) { in operator ()()
/external/python/cpython3/Lib/test/
Dtest_yield_from.py977 class MyIter: class
/external/python/cpython2/Lib/sqlite3/test/
Ddbapi.py339 class MyIter: class
/external/python/cpython3/Lib/sqlite3/test/
Ddbapi.py359 class MyIter: class