Lines Matching refs:source
634 std::vector<dummy> source(sequence_size, 0); in TestSerialMoveInShrinkToFit() local
635 std::generate_n(source.begin(), source.size(), std::rand); in TestSerialMoveInShrinkToFit()
640 c_vector.assign(source.begin(), source.end()); in TestSerialMoveInShrinkToFit()
646 REQUIRE((c_vector == c_vector_t(source.begin(),source.end()))); in TestSerialMoveInShrinkToFit()
694 …dst.grow_by(std::make_move_iterator(fixture.source.begin()), std::make_move_iterator(fixture.sourc… in TestSerialGrowByWithMoveIterators()
919 typename MyVector::value_type source; in operator ()() local
920 source.bar() = current_adding_index_in_cvector; in operator ()()
927 r = my_vector.grow_by(1, source); in operator ()()
930 r = my_vector.push_back(source); in operator ()()
933 r = my_vector.push_back(std::move(source)); in operator ()()
1078 victim = std::move(fixture.source); // fragmented assignment in test_ex_move_assignment_memory_failure()
1107 victim = std::move(fixture.source); // fragmented assignment in test_ex_move_assignment_element_ctor_exception()