Searched refs:MySet (Results 1 – 3 of 3) sorted by relevance
16 MySet set(0); in test()87 class MySet { class91 MySet() : storage(0), size(0) { in MySet() function in MySet105 ~MySet() { delete[] storage; } in ~MySet()173 MySet impl;176 MySet::iterator impl;206 MySet impl;216 typedef MySet::iterator iterator;228 MySet impl;238 using iterator = MySet::iterator;[all …]
179 int testMacroExpansion(std::unordered_set<int> &MySet) { in testMacroExpansion() argument184 if (COUNT_ONES(MySet)) { in testMacroExpansion()187 return COUNT_ONES(MySet); in testMacroExpansion()194 if (MySet.COUNT_ONES) { in testMacroExpansion()197 return MySet.COUNT_ONES; in testMacroExpansion()200 #define MY_SET MySet in testMacroExpansion()
12 @interface MySet : NSMutableSet interface31 @property MySet *mySetProperty;