Searched refs:temp_time (Results 1 – 1 of 1) sorted by relevance
1123 int64_t temp_time = 0; in TEST_F() local1124 options.env->GetCurrentTime(&temp_time); in TEST_F()1125 uint64_t start_time = static_cast<uint64_t>(temp_time); in TEST_F()1153 options.env->GetCurrentTime(&temp_time); in TEST_F()1154 uint64_t end_time = static_cast<uint64_t>(temp_time); in TEST_F()