Home | History | Annotate | Download | only in src

Lines Matching refs:backup

1605       // Sets up all the const variables in backup correctly
1606 CommandLineFlag* backup = new CommandLineFlag(
1609 // Sets up all the non-const variables in backup correctly
1610 backup->CopyFrom(*main);
1611 backup_registry_.push_back(backup); // add it to a convenient list