Lines Matching defs:backup
1694 // Sets up all the const variables in backup correctly1695 CommandLineFlag* backup = new CommandLineFlag(1698 // Sets up all the non-const variables in backup correctly1699 backup->CopyFrom(*main);1700 backup_registry_.push_back(backup); // add it to a convenient list