Searched refs:Copy2 (Results 1 – 1 of 1) sorted by relevance
155 TypeParam Copy2(this->V2); in TYPED_TEST() local156 this->appendValues(Copy2, this->testArray(42)); in TYPED_TEST()157 this->expectValues(Copy2, this->testArray(42)); in TYPED_TEST()160 TypeParam Move(std::move(Copy2)); in TYPED_TEST()162 this->expectValues(Copy2, this->testArray(0)); in TYPED_TEST()