Searched refs:copy_1 (Results 1 – 1 of 1) sorted by relevance
44 unique_ptr<const int> copy_1(var.GetValue( in TEST_F() local46 ASSERT_NE(nullptr, copy_1.get()); in TEST_F()47 EXPECT_EQ(5, *copy_1); in TEST_F()53 EXPECT_EQ(5, *copy_1); in TEST_F()