Searched refs:val_ (Results 1 – 2 of 2) sorted by relevance
78 : copied_(true), val_(other.val_ * 2) {} in CopyConstructorTestClass()84 int val_ = 0; member in chromeos_update_manager::CopyConstructorTestClass117 obj->val_++; // So we can check that the function was called. in test_func()127 test_obj.val_ = 5; in TEST_F()135 EXPECT_EQ(6, test_obj.val_); // Check that the function was called. in TEST_F()138 EXPECT_EQ(12, copy->val_); // Check that copying occurred once. in TEST_F()
17 val_ = i; in DummyElement()21 if (val_ >= 0 && val_ < kMaxTestCapacity) { in ~DummyElement()22 destructor_count[val_]++; in ~DummyElement()26 val_ = i; in setValue()30 int val_ = kMaxTestCapacity - 1; member in __anonff08c0c90111::DummyElement