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

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DStringMapTest.cpp20 StringMap<uint32_t> testMap; member in class:__anon10736::StringMapTest
30 EXPECT_EQ(0u, testMap.size());
31 EXPECT_TRUE(testMap.empty());
34 EXPECT_TRUE(testMap.begin() == testMap.end());
37 EXPECT_EQ(0u, testMap.count(testKey));
38 EXPECT_EQ(0u, testMap.count(StringRef(testKeyFirst, testKeyLength)));
39 EXPECT_EQ(0u, testMap.count(testKeyStr));
40 EXPECT_TRUE(testMap.find(testKey) == testMap
[all...]

Completed in 122 milliseconds