Searched refs:MyMap (Results 1 – 4 of 4) sorted by relevance
36 if (MyMap.count(0)) in testDifferentCheckTypes()40 bool C1 = MyMap.count(1); in testDifferentCheckTypes()46 auto C3 = MyMap.count(2) != 0; in testDifferentCheckTypes()49 auto C4 = MyMap.count(3) > 0; in testDifferentCheckTypes()55 auto C6 = MyMap.find(5) != MyMap.end(); in testDifferentCheckTypes()63 bool C1 = !MyMap.count(-1); in testNegativeChecks()75 auto C5 = MyMap.find(-5) == MyMap.end(); in testNegativeChecks()134 bool C1 = MyMap.count(99); in typeAliases()164 bool C3 = MyMap.count(1) + MyMap.count(2) * 2 + MyMap.count(3) / 3 >= 20; in nonRewrittenCount()225 if (MyMap.count(0)) in testDifferentCheckTypes()[all …]
103 map_iterator J = MyMap.begin();
99 class MyMap { class5106 MyMap<MyString, Mutex*> map;5107 MyMap<MyString, MuCell> mapCell;
2421 f(MyMap[{composite, key}]); f(MyMap[{ composite, key }]);