Searched refs:now_t_1 (Results 1 – 2 of 2) sorted by relevance
61 time_t now_t_1 = time(NULL); in TEST_F() local64 localtime_s(&tms, &now_t_1); in TEST_F()66 localtime_r(&now_t_1, &tms); in TEST_F()70 Time our_time_1 = Time::FromTimeT(now_t_1); in TEST_F()87 EXPECT_EQ(now_t_1, now_t_2); in TEST_F()