HomeSort by relevance Sort by last modified time
    Searched full:othervector (Results 1 - 1 of 1) sorted by null

  /external/llvm/unittests/ADT/
SmallVectorTest.cpp 200 VectorT otherVector;
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.clear()
    [all...]

Completed in 49 milliseconds