Searched refs:Try2 (Results 1 – 2 of 2) sorted by relevance
521 auto Try2 = Map.try_emplace(0, std::move(P)); in TEST() local522 EXPECT_FALSE(Try2.second); in TEST()523 EXPECT_EQ(Try1.first, Try2.first); in TEST()
624 auto Try2 = Map.try_emplace(0, std::move(P)); in TEST() local625 EXPECT_FALSE(Try2.second); in TEST()626 EXPECT_EQ(Try1.first, Try2.first); in TEST()