Lines Matching defs:testValue
30 static const uint32_t testValue;
63 EXPECT_EQ(testValue, it->second);
80 const uint32_t StringMapTest::testValue = 1u;
128 testMap[testKey] = testValue;
134 testMap[testKey] = testValue;
141 testMap[testKey] = testValue;
148 testMap[testKey] = testValue;
155 testMap[testKey] = testValue;
273 testMap.insert(std::make_pair(testKeyFirst, testValue));
275 EXPECT_EQ(testValue, testMap[testKeyFirst]);
277 EXPECT_EQ(testValue, NewIt->second);
282 testMap.insert(std::make_pair(testKeyFirst, testValue + 1));
284 EXPECT_EQ(testValue, testMap[testKeyFirst]);