Searched refs:get_status (Results 1 – 1 of 1) sorted by relevance
1231 Status get_status = restored_db->Get( in TestBackupRestore() local1235 if (get_status.ok()) { in TestBackupRestore()1239 } else if (get_status.IsNotFound()) { in TestBackupRestore()1244 s = get_status; in TestBackupRestore()1354 Status get_status = checkpoint_db->Get( in TestCheckpoint() local1358 if (get_status.ok()) { in TestCheckpoint()1363 } else if (get_status.IsNotFound()) { in TestCheckpoint()1369 s = get_status; in TestCheckpoint()