Searched refs:NewIt (Results 1 – 2 of 2) sorted by relevance
238 StringMap<uint32_t>::iterator NewIt; in TEST_F() local239 std::tie(NewIt, Inserted) = in TEST_F()243 EXPECT_EQ(testKeyFirst, NewIt->first()); in TEST_F()244 EXPECT_EQ(testValue, NewIt->second); in TEST_F()253 EXPECT_EQ(NewIt, ExistingIt); in TEST_F()
240 StringMap<uint32_t>::iterator NewIt; in TEST_F() local241 std::tie(NewIt, Inserted) = in TEST_F()245 EXPECT_EQ(testKeyFirst, NewIt->first()); in TEST_F()246 EXPECT_EQ(testValue, NewIt->second); in TEST_F()255 EXPECT_EQ(NewIt, ExistingIt); in TEST_F()