Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DStringMapTest.cpp31 static const char* testKeyFirst; member in __anon7df7ecd90111::StringMapTest
45 EXPECT_EQ(0u, testMap.count(StringRef(testKeyFirst, testKeyLength))); in assertEmptyMap()
48 EXPECT_TRUE(testMap.find(StringRef(testKeyFirst, testKeyLength)) == in assertEmptyMap()
79 const char* StringMapTest::testKeyFirst = testKey; member in __anon7df7ecd90111::StringMapTest
242 StringRef(testKeyFirst, testKeyLength), Allocator, 1u); in TEST_F()
253 StringRef(testKeyFirst, testKeyLength), in TEST_F()
263 testMap.insert(std::make_pair(testKeyFirst, testValue)); in TEST_F()
265 EXPECT_EQ(testValue, testMap[testKeyFirst]); in TEST_F()
266 EXPECT_EQ(testKeyFirst, NewIt->first()); in TEST_F()
272 testMap.insert(std::make_pair(testKeyFirst, testValue + 1)); in TEST_F()
[all …]