Lines Matching defs:new_row
1386 UnwindPlan::RowSP new_row(new UnwindPlan::Row());
1387 *new_row = *original_last_row;
1388 new_row->SetOffset(offset);
1389 unwind_plan.AppendRow(new_row);
1391 *row = *new_row;
1431 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1432 unwind_plan.InsertRow(new_row);
1443 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1444 unwind_plan.InsertRow(new_row);
1457 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1458 unwind_plan.InsertRow(new_row);
1467 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1468 unwind_plan.InsertRow(new_row);
1477 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1478 unwind_plan.InsertRow(new_row);
1487 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1488 unwind_plan.InsertRow(new_row);
1499 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1500 unwind_plan.InsertRow(new_row);
1508 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1509 unwind_plan.InsertRow(new_row);
1519 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1520 unwind_plan.InsertRow(new_row);
1542 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row));
1543 unwind_plan.InsertRow(new_row);