Searched defs: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 MyIter
21 struct MyIter { struct in __anon71fc12fa0111::ImmutableSetTest22 int counter;23 char *ptr;25 MyIter() : counter(0), ptr(buffer) { in MyIter() function28 void operator()(char c) { in operator ()()
21 struct MyIter { struct in __anone497a6c20111::ImmutableSetTest22 int counter;23 char *ptr;25 MyIter() : counter(0), ptr(buffer) { in MyIter() function28 void operator()(char c) { in operator ()()
21 struct MyIter { struct in __anon322b88ee0111::ImmutableSetTest22 int counter;23 char *ptr;25 MyIter() : counter(0), ptr(buffer) { in MyIter() argument28 void operator()(char c) { in operator ()()
977 class MyIter: class
339 class MyIter: class
359 class MyIter: class