Lines Matching defs:new_row
1404 UnwindPlan::RowSP new_row(new UnwindPlan::Row());
1405 *new_row = *original_last_row;
1406 new_row->SetOffset(offset);
1407 unwind_plan.AppendRow(new_row);
1409 *row = *new_row;
1449 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1450 unwind_plan.InsertRow(new_row);
1461 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1462 unwind_plan.InsertRow(new_row);
1475 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1476 unwind_plan.InsertRow(new_row);
1485 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1486 unwind_plan.InsertRow(new_row);
1495 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1496 unwind_plan.InsertRow(new_row);
1505 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1506 unwind_plan.InsertRow(new_row);
1517 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1518 unwind_plan.InsertRow(new_row);
1526 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1527 unwind_plan.InsertRow(new_row);
1537 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1538 unwind_plan.InsertRow(new_row);
1560 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1561 unwind_plan.InsertRow(new_row);