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

/external/llvm/unittests/ADT/
H A DSmallVectorTest.cpp161 VectorT otherVector; member in class:__anon26457::SmallVectorTest
385 std::swap(this->theVector, this->otherVector);
388 this->assertValuesInOrder(this->otherVector, 2u, 1, 2);
395 this->makeSequence(this->otherVector, 2, 3);
398 this->theVector.append(this->otherVector.begin(), this->otherVector.end());
430 this->otherVector.push_back(Constructable(2));
431 this->otherVector.push_back(Constructable(3));
434 this->theVector = std::move(this->otherVector);
441 this->otherVector
[all...]

Completed in 3109 milliseconds