Searched refs:theConstVector (Results 1 – 1 of 1) sorted by relevance
611 const auto &theConstVector = this->theVector; in TYPED_TEST() local612 this->theVector.erase(theConstVector.begin()); in TYPED_TEST()621 const auto &theConstVector = this->theVector; in TYPED_TEST() local622 this->theVector.erase(theConstVector.begin(), theConstVector.begin() + 2); in TYPED_TEST()