Lines Matching refs:assign
214 v1.assign(1, 100); in TestSequentialFor()
251 v.assign(old_size/2, move_support_tests::Foo() ); in TestResizeAndCopy()
257 v.assign(move_support_tests::FooIterator(0), move_support_tests::FooIterator(old_size)); in TestResizeAndCopy()
418 victim.assign(N, move_support_tests::FooWithAssign()); in TestExceptions()
421 … victim.assign(move_support_tests::FooIterator(0), move_support_tests::FooIterator(N)); in TestExceptions()
640 c_vector.assign(source.begin(), source.end()); in TestSerialMoveInShrinkToFit()
1042 str[1].assign("cba"); in TestComparison()
1043 str[2].assign("abc"); // same as 0th in TestComparison()
1045 var[0].assign(str[0].begin(), str[0].end()); in TestComparison()
1046 var[1].assign(str[0].rbegin(), str[0].rend()); in TestComparison()
1047 var[2].assign(var[1].rbegin(), var[1].rend()); // same as 0th in TestComparison()