Home | History | Annotate | Download | only in src

Lines Matching defs:backup

1614       // Sets up all the const variables in backup correctly
1615 CommandLineFlag* backup = new CommandLineFlag(
1618 // Sets up all the non-const variables in backup correctly
1619 backup->CopyFrom(*main);
1620 backup_registry_.push_back(backup); // add it to a convenient list