Searched refs:MyIter (Results 1 – 8 of 8) sorted by relevance
17 class MyIter class20 MyIter() {} in MyIter() function in MyIter21 MyIter(const MyIter& other) : it_(other.it_) {} in MyIter() function in MyIter22 explicit MyIter(MyMap::const_iterator it) : it_(it) {} in MyIter() function in MyIter23 MyIter& operator++() { in operator ++()28 bool operator!=(const MyIter& other) { return it_ != other.it_; } in operator !=()29 bool operator==(const MyIter& other) { return it_ == other.it_; } in operator ==()39 MyIter my_begin(map.begin()); in TestsAScopedRefptr()40 MyIter my_end(map.end()); in TestsAScopedRefptr()41 for (MyIter it = my_begin; it != my_end; ++it) { in TestsAScopedRefptr()
21 struct MyIter { struct in __anon7f81140b0111::ImmutableSetTest25 MyIter() : counter(0), ptr(buffer) { in MyIter() argument147 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()
21 struct MyIter { struct in __anone0ca8d630111::ImmutableSetTest25 MyIter() : counter(0), ptr(buffer) { in MyIter() argument147 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()
21 struct MyIter { struct in __anonc65ba1370111::ImmutableSetTest25 MyIter() : counter(0), ptr(buffer) { in MyIter() argument147 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()
977 class MyIter: class984 ret = yield from MyIter()
339 class MyIter: class350 self.cu.executemany("insert into test(income) values (?)", MyIter())
359 class MyIter: class370 self.cu.executemany("insert into test(income) values (?)", MyIter())