Lines Matching refs:Emplace
1125 TEST(OptionalTest, Emplace) {1128 EXPECT_EQ(0.3f, a.emplace(0.3f));1136 EXPECT_EQ("bar", a.emplace("bar"));1144 EXPECT_EQ(TestObject(1, 0.2), a.emplace(TestObject(1, 0.2)));1152 auto& ref = a.emplace({2, 3});1161 auto& ref = a.emplace({4, 5}, std::allocator<int>());