Searched refs:val_ (Results 1 – 2 of 2) sorted by relevance
76 : copied_(true), val_(other.val_ * 2) {} in CopyConstructorTestClass()82 int val_ = 0; member in chromeos_update_manager::CopyConstructorTestClass112 obj->val_++; // So we can check that the function was called. in test_func()122 test_obj.val_ = 5; in TEST_F()130 EXPECT_EQ(6, test_obj.val_); // Check that the function was called. in TEST_F()133 EXPECT_EQ(12, copy->val_); // Check that copying occurred once. in TEST_F()
22 val_ = i; in DummyElement()27 if (val_ >= 0 && val_ < kMaxTestCapacity) { in ~DummyElement()28 destructor_count[val_]++; in ~DummyElement()32 val_ = i; in setValue()36 int val_ = kMaxTestCapacity - 1; member in __anon75a02b520111::DummyElement