Searched refs:time_a (Results 1 – 1 of 1) sorted by relevance
136 const Timestamp time_a = Timestamp::Millis(kValueA); in TEST() local141 EXPECT_EQ((time_a - time_b), TimeDelta::Millis(kValueA - kValueB)); in TEST()145 Timestamp mutable_time = time_a; in TEST()147 EXPECT_EQ(mutable_time, time_a + delta_b); in TEST()149 EXPECT_EQ(mutable_time, time_a); in TEST()