Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dgeneric_variables_unittest.cc76 CopyConstructorTestClass(void) : copied_(false) {} in CopyConstructorTestClass()
78 : copied_(true), val_(other.val_ * 2) {} in CopyConstructorTestClass()
81 const bool copied_; member in chromeos_update_manager::CopyConstructorTestClass
91 ASSERT_FALSE(source.copied_); in TEST_F()
97 EXPECT_TRUE(copy->copied_); in TEST_F()
126 ASSERT_FALSE(test_obj.copied_); in TEST_F()
137 EXPECT_TRUE(copy->copied_); in TEST_F()