Searched defs:MyIter (Results 1 - 1 of 1) sorted by relevance
/external/llvm/unittests/ADT/ | ||
H A D | ImmutableSetTest.cpp | 21 struct MyIter { struct in class:__anon13131::ImmutableSetTest 25 MyIter() : counter(0), ptr(buffer) { function in struct:__anon13131::ImmutableSetTest::MyIter 147 S3.foreach<MyIter>(); 159 MyIter obj; 160 S3.foreach<MyIter>(obj); 164 MyIter obj2; 165 S2.foreach<MyIter>(obj2); 169 MyIter obj3; 170 S.foreach<MyIter>(obj); |
Completed in 395 milliseconds