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

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DStringMapTest.cpp25 static size_t testKeyLength; 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)) ==
73 size_t StringMapTest::testKeyLength = sizeof(testKey) - 1; 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 + testKeyLength, 1u);
218 testKeyFirst, testKeyFirst + testKeyLength,
[all...]

Completed in 203 milliseconds