Home | History | Annotate | Download | only in src

Lines Matching defs:backup

1694       // Sets up all the const variables in backup correctly
1695 CommandLineFlag* backup = new CommandLineFlag(
1698 // Sets up all the non-const variables in backup correctly
1699 backup->CopyFrom(*main);
1700 backup_registry_.push_back(backup); // add it to a convenient list