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

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DStringMapTest.cpp24 static const char* testKeyFirst; member in class:__anon10736::StringMapTest
38 EXPECT_EQ(0u, testMap.count(StringRef(testKeyFirst, testKeyLength)));
41 EXPECT_TRUE(testMap.find(StringRef(testKeyFirst, testKeyLength)) ==
61 EXPECT_EQ(1u, testMap.count(StringRef(testKeyFirst, testKeyLength)));
64 EXPECT_TRUE(testMap.find(StringRef(testKeyFirst, testKeyLength)) ==
72 const char* StringMapTest::testKeyFirst = testKey; member in class:__anon10736::StringMapTest
94 EXPECT_EQ(0u, constTestMap.count(StringRef(testKeyFirst, testKeyLength)));
97 EXPECT_TRUE(constTestMap.find(StringRef(testKeyFirst, testKeyLength)) ==
207 testKeyFirst, testKeyFirst
[all...]

Completed in 117 milliseconds