Searched refs:ExecVectorsT (Results 1 – 1 of 1) sorted by relevance
453 auto &ExecVectorsT = ExecVectorsByCond[true]; in findExecutedTestVectors() local454 ExecVectors.append(std::make_move_iterator(ExecVectorsT.begin()), in findExecutedTestVectors()455 std::make_move_iterator(ExecVectorsT.end())); in findExecutedTestVectors()