Searched refs:untyped_time (Results 1 – 1 of 1) sorted by relevance
64 uint64_t untyped_time = 0x123456789; in TEST() local65 NtpTime time(untyped_time); in TEST()66 EXPECT_EQ(untyped_time, static_cast<uint64_t>(time)); in TEST()