Searched refs:now_t_1 (Results 1 – 1 of 1) sorted by relevance
157 time_t now_t_1 = time(nullptr); in TEST_F() local160 gmtime_s(&tms, &now_t_1); in TEST_F()162 gmtime_r(&now_t_1, &tms); in TEST_F()166 Time our_time_1 = Time::FromTimeT(now_t_1); in TEST_F()184 EXPECT_EQ(now_t_1, now_t_2); in TEST_F()203 time_t now_t_1 = time(nullptr); in TEST_F() local206 localtime_s(&tms, &now_t_1); in TEST_F()208 localtime_r(&now_t_1, &tms); in TEST_F()212 Time our_time_1 = Time::FromTimeT(now_t_1); in TEST_F()230 EXPECT_EQ(now_t_1, now_t_2); in TEST_F()