Searched refs:temp_current_time (Results 1 – 4 of 4) sorted by relevance
140 int64_t temp_current_time = 0; in Run() local143 if (env_->GetCurrentTime(&temp_current_time).ok()) { in Run()145 static_cast<uint64_t>(temp_current_time); in Run()
250 int64_t temp_current_time = 0; in Run() local253 if (env_->GetCurrentTime(&temp_current_time).ok()) { in Run()255 static_cast<uint64_t>(temp_current_time); in Run()
2509 int64_t temp_current_time; in ComputeFilesMarkedForPeriodicCompaction() local2510 auto status = ioptions.env->GetCurrentTime(&temp_current_time); in ComputeFilesMarkedForPeriodicCompaction()2514 const uint64_t current_time = static_cast<uint64_t>(temp_current_time); in ComputeFilesMarkedForPeriodicCompaction()
1501 int64_t temp_current_time = 0; in OpenCompactionOutputFile() local1502 auto get_time_status = env_->GetCurrentTime(&temp_current_time); in OpenCompactionOutputFile()1509 uint64_t current_time = static_cast<uint64_t>(temp_current_time); in OpenCompactionOutputFile()