Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/ADT/
H A DStringMapTest.cpp20 class StringMapTest : public testing::Test { class
72 const char StringMapTest::testKey[] = "key";
73 const uint32_t StringMapTest::testValue = 1u;
74 const char* StringMapTest::testKeyFirst = testKey;
75 size_t StringMapTest::testKeyLength = sizeof(testKey) - 1;
76 const std::string StringMapTest::testKeyStr(testKey);
79 TEST_F(StringMapTest, EmptyMapTest) { in TEST_F() argument
84 TEST_F(StringMapTest, ConstEmptyMapTest) { in TEST_F() argument
105 TEST_F(StringMapTest, SingleEntryMapTest) { in TEST_F() argument
111 TEST_F(StringMapTest, ClearTest) { in TEST_F() argument
[all …]
H A DCMakeLists.txt45 StringMapTest.cpp