Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/ADT/
DStringMapTest.cpp24 static const char* testKeyFirst; member in __anonc95759f70111::StringMapTest
38 EXPECT_EQ(0u, testMap.count(StringRef(testKeyFirst, testKeyLength))); in assertEmptyMap()
41 EXPECT_TRUE(testMap.find(StringRef(testKeyFirst, testKeyLength)) == in assertEmptyMap()
61 EXPECT_EQ(1u, testMap.count(StringRef(testKeyFirst, testKeyLength))); in assertSingleItemMap()
64 EXPECT_TRUE(testMap.find(StringRef(testKeyFirst, testKeyLength)) == in assertSingleItemMap()
72 const char* StringMapTest::testKeyFirst = testKey; member in __anonc95759f70111::StringMapTest
95 EXPECT_EQ(0u, constTestMap.count(StringRef(testKeyFirst, testKeyLength))); in TEST_F()
98 EXPECT_TRUE(constTestMap.find(StringRef(testKeyFirst, testKeyLength)) == in TEST_F()
191 testKeyFirst, testKeyFirst + testKeyLength, 1u); in TEST_F()
202 testKeyFirst, testKeyFirst + testKeyLength, in TEST_F()
/external/llvm/unittests/ADT/
DStringMapTest.cpp26 static const char* testKeyFirst; member in __anon4fa0284b0111::StringMapTest
40 EXPECT_EQ(0u, testMap.count(StringRef(testKeyFirst, testKeyLength))); in assertEmptyMap()
43 EXPECT_TRUE(testMap.find(StringRef(testKeyFirst, testKeyLength)) == in assertEmptyMap()
63 EXPECT_EQ(1u, testMap.count(StringRef(testKeyFirst, testKeyLength))); in assertSingleItemMap()
66 EXPECT_TRUE(testMap.find(StringRef(testKeyFirst, testKeyLength)) == in assertSingleItemMap()
74 const char* StringMapTest::testKeyFirst = testKey; member in __anon4fa0284b0111::StringMapTest
96 EXPECT_EQ(0u, constTestMap.count(StringRef(testKeyFirst, testKeyLength))); in TEST_F()
99 EXPECT_TRUE(constTestMap.find(StringRef(testKeyFirst, testKeyLength)) == in TEST_F()
219 StringRef(testKeyFirst, testKeyLength), 1u); in TEST_F()
230 StringRef(testKeyFirst, testKeyLength), in TEST_F()
[all …]