Home
last modified time | relevance | path

Searched refs:Copy2 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/ADT/
DTinyPtrVectorTest.cpp155 TypeParam Copy2(this->V2); in TYPED_TEST() local
156 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()