Searched refs:constTestMap (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DStringMapTest.cpp83 const StringMap<uint32_t>& constTestMap = testMap; local
86 EXPECT_EQ(0u, constTestMap.size());
87 EXPECT_TRUE(constTestMap.empty());
90 EXPECT_TRUE(constTestMap.begin() == constTestMap.end());
93 EXPECT_EQ(0u, constTestMap.count(testKey));
94 EXPECT_EQ(0u, constTestMap.count(StringRef(testKeyFirst, testKeyLength)));
95 EXPECT_EQ(0u, constTestMap.count(testKeyStr));
96 EXPECT_TRUE(constTestMap.find(testKey) == constTestMap
[all...]

Completed in 122 milliseconds