Searched refs:copied_ (Results 1 – 1 of 1) sorted by relevance
74 CopyConstructorTestClass(void) : copied_(false) {} in CopyConstructorTestClass()76 : copied_(true), val_(other.val_ * 2) {} in CopyConstructorTestClass()79 const bool copied_; member in chromeos_update_manager::CopyConstructorTestClass88 ASSERT_FALSE(source.copied_); in TEST_F()94 EXPECT_TRUE(copy->copied_); in TEST_F()121 ASSERT_FALSE(test_obj.copied_); in TEST_F()132 EXPECT_TRUE(copy->copied_); in TEST_F()