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.cc43 unique_ptr<const int> copy_1( in TEST_F() local
45 ASSERT_NE(nullptr, copy_1.get()); in TEST_F()
46 EXPECT_EQ(5, *copy_1); in TEST_F()
52 EXPECT_EQ(5, *copy_1); in TEST_F()