Searched refs:otherVector (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/ADT/
H A DSmallVectorTest.cpp200 VectorT otherVector; member in class:__anon12714::SmallVectorTest
391 std::swap(this->theVector, this->otherVector);
394 this->assertValuesInOrder(this->otherVector, 2u, 1, 2);
401 this->makeSequence(this->otherVector, 2, 3);
404 this->theVector.append(this->otherVector.begin(), this->otherVector.end());
436 this->otherVector.push_back(Constructable(2));
437 this->otherVector.push_back(Constructable(3));
440 this->theVector = std::move(this->otherVector);
447 this->otherVector
679 VectorT2 otherVector; member in class:__anon12714::DualSmallVectorsTest
[all...]

Completed in 95 milliseconds