Lines Matching refs:reserve
340 vector_t v; v.reserve(old_size); in TestCapacity()
342 v.reserve( new_size ); in TestCapacity()
391 ctor_copy, ctor_size, assign_nt, assign_ir, reserve, compact, in TestExceptions() enumerator
423 case reserve: { in TestExceptions()
425 victim.reserve(victim.max_size()+1); in TestExceptions()
430 victim.reserve(N); in TestExceptions()
434 victim.reserve(2); in TestExceptions()
446 if(!t || m != reserve) REQUIRE_MESSAGE(false, "should throw an exception"); in TestExceptions()
457 case reserve: in TestExceptions()
560 victim.reserve(2); // get fragmented assignment in test_ex_assign_operator()
638 c_vector.reserve(1); //make it fragmented in TestSerialMoveInShrinkToFit()
840 part.reserve(std::distance(begin,end)); in separate()
1073 victim.reserve(2); // for fragmented assignment in test_ex_move_assignment_memory_failure()
1102 victim.reserve(2); // get fragmented assignment in test_ex_move_assignment_element_ctor_exception()