Searched refs:copied_ (Results 1 – 1 of 1) sorted by relevance
76 CopyConstructorTestClass(void) : copied_(false) {} in CopyConstructorTestClass()78 : copied_(true), val_(other.val_ * 2) {} in CopyConstructorTestClass()81 const bool copied_; member in chromeos_update_manager::CopyConstructorTestClass91 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()