Home
last modified time | relevance | path

Searched refs:copy_1 (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/update_manager/
Dgeneric_variables_unittest.cc44 unique_ptr<const int> copy_1(var.GetValue( in TEST_F() local
46 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()