Searched refs:testKey (Results 1 – 1 of 1) sorted by relevance
29 static const char testKey[]; member in __anon7df7ecd90111::StringMapTest44 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::StringMapTest128 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 …]