Searched refs:Copy2 (Results 1 – 3 of 3) sorted by relevance
84 using Copy2 = types::Copy; typedef143 aliases::Copy2 c2; in notTriviallyCopyable()150 typedef aliases::Copy2 Copy3; in notTriviallyCopyable()151 typedef aliases::Copy2 *PCopy2; in notTriviallyCopyable()
157 TypeParam Copy2(this->V2); in TYPED_TEST() local158 this->appendValues(Copy2, this->testArray(42)); in TYPED_TEST()159 this->expectValues(Copy2, this->testArray(42)); in TYPED_TEST()162 TypeParam Move(std::move(Copy2)); in TYPED_TEST()164 this->expectValues(Copy2, this->testArray(0)); in TYPED_TEST()
242 Mutable Copy2(A); in positiveOnlyUsedInCopyConstructor() local