Lines Matching defs:backup
1614 // Sets up all the const variables in backup correctly1615 CommandLineFlag* backup = new CommandLineFlag(1618 // Sets up all the non-const variables in backup correctly1619 backup->CopyFrom(*main);1620 backup_registry_.push_back(backup); // add it to a convenient list