Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DStringMapTest.cpp29 static const char testKey[]; member in __anon7df7ecd90111::StringMapTest
44 EXPECT_EQ(0u, testMap.count(testKey)); in assertEmptyMap()
61 EXPECT_STREQ(testKey, it->first().data()); in assertSingleItemMap()
67 EXPECT_EQ(1u, testMap.count(testKey)); in assertSingleItemMap()
77 const char StringMapTest::testKey[] = "key"; member in __anon7df7ecd90111::StringMapTest
128 testMap[testKey] = testValue; in TEST_F()
134 testMap[testKey] = testValue; in TEST_F()
141 testMap[testKey] = testValue; in TEST_F()
148 testMap[testKey] = testValue; in TEST_F()
149 testMap.erase(testKey); in TEST_F()
[all …]